BearerTokenSendingMethods type

Defines values for BearerTokenSendingMethods.
KnownBearerTokenSendingMethods can be used interchangeably with BearerTokenSendingMethods, this enum contains the known values that the service supports.

Known values supported by the service

authorizationHeader: Access token will be transmitted in the Authorization header using Bearer schema
query: Access token will be transmitted as query parameters.

type BearerTokenSendingMethods = string