Interface AuthorizationCodeGrant.Builder

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

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

    • redirectUris

      AuthorizationCodeGrant.Builder redirectUris(Collection<String> redirectUris)

      A list of URIs that are valid locations to redirect a user's browser after the user is authorized.

      Parameters:
      redirectUris - A list of URIs that are valid locations to redirect a user's browser after the user is authorized.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • redirectUris

      AuthorizationCodeGrant.Builder redirectUris(String... redirectUris)

      A list of URIs that are valid locations to redirect a user's browser after the user is authorized.

      Parameters:
      redirectUris - A list of URIs that are valid locations to redirect a user's browser after the user is authorized.
      Returns:
      Returns a reference to this object so that method calls can be chained together.