Interface AuthorizationServerContract.DefinitionStages.WithClientId

All Known Subinterfaces:
AuthorizationServerContract.Definition, AuthorizationServerContract.DefinitionStages.WithCreate
Enclosing interface:
AuthorizationServerContract.DefinitionStages

public static interface AuthorizationServerContract.DefinitionStages.WithClientId
The stage of the AuthorizationServerContract definition allowing to specify clientId.
  • Method Details

    • withClientId

      Specifies the clientId property: Client or app id registered with this authorization server..
      Parameters:
      clientId - Client or app id registered with this authorization server.
      Returns:
      the next definition stage.