Interface AuthorizationServerContract.DefinitionStages.WithBearerTokenSendingMethods

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

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

    • withBearerTokenSendingMethods

      AuthorizationServerContract.DefinitionStages.WithCreate withBearerTokenSendingMethods(List<BearerTokenSendingMethod> bearerTokenSendingMethods)
      Specifies the bearerTokenSendingMethods property: Specifies the mechanism by which access token is passed to the API. .
      Parameters:
      bearerTokenSendingMethods - Specifies the mechanism by which access token is passed to the API.
      Returns:
      the next definition stage.