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. AccessTokenValidity duration can range from
five minutes to one day.
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. AccessTokenValidity duration can
range from five minutes to one day.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. AccessTokenValidity duration can range from
five minutes to one day.
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. AccessTokenValidity duration can
range from five minutes to one day.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. IdTokenValidity duration can range from five minutes to one day.
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. IdTokenValidity duration can range from
five minutes to one day.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. IdTokenValidity duration can range from five minutes to one day.
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. IdTokenValidity duration can range from
five minutes to one day.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. RefreshTokenValidity duration can range
from 60 minutes to 10 years.
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. RefreshTokenValidity duration can
range from 60 minutes to 10 years.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. RefreshTokenValidity duration can range
from 60 minutes to 10 years.
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. RefreshTokenValidity duration can
range from 60 minutes to 10 years.TimeUnitsType,
TimeUnitsTypeCopyright © 2023. All rights reserved.