Interface AuthorizationServerContract.DefinitionStages.WithGrantTypes

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

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

    • withGrantTypes

      Specifies the grantTypes property: Form of an authorization grant, which the client uses to request the access token..
      Parameters:
      grantTypes - Form of an authorization grant, which the client uses to request the access token.
      Returns:
      the next definition stage.