AuthorizationServerContract.UpdateStages.WithBearerTokenSendingMethods Interface

public static interface AuthorizationServerContract.UpdateStages.WithBearerTokenSendingMethods

The stage of the authorizationservercontract update allowing to specify BearerTokenSendingMethods.

Method Summary

Modifier and Type Method and Description
abstract Update withBearerTokenSendingMethods(List<BearerTokenSendingMethod> bearerTokenSendingMethods)

Specifies bearerTokenSendingMethods.

Method Details

withBearerTokenSendingMethods

public abstract AuthorizationServerContract.Update withBearerTokenSendingMethods(List bearerTokenSendingMethods)

Specifies bearerTokenSendingMethods.

Parameters:

bearerTokenSendingMethods - Specifies the mechanism by which access token is passed to the API

Returns:

the next update stage

Applies to