KnownBearerTokenSendingMethods enum
Known values of BearerTokenSendingMethods that the service accepts.
Fields
AuthorizationHeader | Access token will be transmitted in the Authorization header using Bearer schema |
Query | Access token will be transmitted as query parameters. |