Interface AuthorizationServerContract.DefinitionStages.WithBearerTokenSendingMethods

    • Method Detail

      • 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.