Interface TokenValidityUnitsType.Builder

All Superinterfaces:
Buildable, CopyableBuilder<TokenValidityUnitsType.Builder,TokenValidityUnitsType>, SdkBuilder<TokenValidityUnitsType.Builder,TokenValidityUnitsType>, SdkPojo
Enclosing class:
TokenValidityUnitsType

public static interface TokenValidityUnitsType.Builder extends SdkPojo, CopyableBuilder<TokenValidityUnitsType.Builder,TokenValidityUnitsType>
  • Method Details

    • accessToken

      TokenValidityUnitsType.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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • refreshToken

      TokenValidityUnitsType.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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • refreshToken

      TokenValidityUnitsType.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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: