Class RefreshTokenOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v1.model.RefreshTokenOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class RefreshTokenOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe refreshToken options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRefreshTokenOptions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringauthInstanceId()Gets the authInstanceId.RefreshTokenOptions.BuildernewBuilder()New builder.java.lang.BooleansetCookie()Gets the setCookie.
-
-
-
Method Detail
-
newBuilder
public RefreshTokenOptions.Builder newBuilder()
New builder.- Returns:
- a RefreshTokenOptions builder
-
setCookie
public java.lang.Boolean setCookie()
Gets the setCookie. If this is set to true, then cookie with that instance id is generated.- Returns:
- the setCookie
-
authInstanceId
public java.lang.String authInstanceId()
Gets the authInstanceId. AuthInstanceId or instanceID.- Returns:
- the authInstanceId
-
-