Interface RefreshTokenRequestBody.Builder

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

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

    • token

      The token to use to refresh a previously issued access token that might have expired.

      Parameters:
      token - The token to use to refresh a previously issued access token that might have expired.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • clientId

      The ID of the client to request the token from.

      Parameters:
      clientId - The ID of the client to request the token from.
      Returns:
      Returns a reference to this object so that method calls can be chained together.