Interface AuthorizationServerContract.UpdateStages.WithBearerTokenSendingMethods

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

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

    • withBearerTokenSendingMethods

      AuthorizationServerContract.Update 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.