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.GenericModel
The refreshToken options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RefreshTokenOptions.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
authInstanceId()
Gets the authInstanceId.RefreshTokenOptions.Builder
newBuilder()
New builder.java.lang.Boolean
setCookie()
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
-
-