Interface AuthorizationServerContract.UpdateStages.WithGrantTypes

All Known Subinterfaces:
AuthorizationServerContract.Update
Enclosing interface:
AuthorizationServerContract.UpdateStages

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

    • withGrantTypes

      AuthorizationServerContract.Update withGrantTypes(List<GrantType> grantTypes)
      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.