public static interface TokenValidityUnitsType.Builder extends SdkPojo, CopyableBuilder<TokenValidityUnitsType.Builder,TokenValidityUnitsType>
| Modifier and Type | Method and Description |
|---|---|
TokenValidityUnitsType.Builder |
accessToken(String accessToken)
A time unit of
seconds, minutes, hours, or days for the
value that you set in the AccessTokenValidity parameter. |
TokenValidityUnitsType.Builder |
accessToken(TimeUnitsType accessToken)
A time unit of
seconds, minutes, hours, or days for the
value that you set in the AccessTokenValidity parameter. |
TokenValidityUnitsType.Builder |
idToken(String idToken)
A time unit of
seconds, minutes, hours, or days for the
value that you set in the IdTokenValidity parameter. |
TokenValidityUnitsType.Builder |
idToken(TimeUnitsType idToken)
A time unit of
seconds, minutes, hours, or days for the
value that you set in the IdTokenValidity parameter. |
TokenValidityUnitsType.Builder |
refreshToken(String refreshToken)
A time unit of
seconds, minutes, hours, or days for the
value that you set in the RefreshTokenValidity parameter. |
TokenValidityUnitsType.Builder |
refreshToken(TimeUnitsType refreshToken)
A time unit of
seconds, minutes, hours, or days for the
value that you set in the RefreshTokenValidity parameter. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTokenValidityUnitsType.Builder accessToken(String accessToken)
A time unit of seconds, minutes, hours, or days for the
value that you set in the AccessTokenValidity parameter. The default
AccessTokenValidity time unit is hours.
accessToken - A time unit of seconds, minutes, hours, or days
for the value that you set in the AccessTokenValidity parameter. The default
AccessTokenValidity time unit is hours.TimeUnitsType,
TimeUnitsTypeTokenValidityUnitsType.Builder accessToken(TimeUnitsType accessToken)
A time unit of seconds, minutes, hours, or days for the
value that you set in the AccessTokenValidity parameter. The default
AccessTokenValidity time unit is hours.
accessToken - A time unit of seconds, minutes, hours, or days
for the value that you set in the AccessTokenValidity parameter. The default
AccessTokenValidity time unit is hours.TimeUnitsType,
TimeUnitsTypeTokenValidityUnitsType.Builder idToken(String idToken)
A time unit of seconds, minutes, hours, or days for the
value that you set in the IdTokenValidity parameter. The default IdTokenValidity
time unit is hours.
idToken - A time unit of seconds, minutes, hours, or days
for the value that you set in the IdTokenValidity parameter. The default
IdTokenValidity time unit is hours.TimeUnitsType,
TimeUnitsTypeTokenValidityUnitsType.Builder idToken(TimeUnitsType idToken)
A time unit of seconds, minutes, hours, or days for the
value that you set in the IdTokenValidity parameter. The default IdTokenValidity
time unit is hours.
idToken - A time unit of seconds, minutes, hours, or days
for the value that you set in the IdTokenValidity parameter. The default
IdTokenValidity time unit is hours.TimeUnitsType,
TimeUnitsTypeTokenValidityUnitsType.Builder refreshToken(String refreshToken)
A time unit of seconds, minutes, hours, or days for the
value that you set in the RefreshTokenValidity parameter. The default
RefreshTokenValidity time unit is days.
refreshToken - A time unit of seconds, minutes, hours, or days
for the value that you set in the RefreshTokenValidity parameter. The default
RefreshTokenValidity time unit is days.TimeUnitsType,
TimeUnitsTypeTokenValidityUnitsType.Builder refreshToken(TimeUnitsType refreshToken)
A time unit of seconds, minutes, hours, or days for the
value that you set in the RefreshTokenValidity parameter. The default
RefreshTokenValidity time unit is days.
refreshToken - A time unit of seconds, minutes, hours, or days
for the value that you set in the RefreshTokenValidity parameter. The default
RefreshTokenValidity time unit is days.TimeUnitsType,
TimeUnitsTypeCopyright © 2023. All rights reserved.