core.oauthtokenauthmethod
Home > @medplum/core > OAuthTokenAuthMethod
OAuthTokenAuthMethod enum
OAuth 2.0 Client Authentication Methods See: https://openid.net/specs/openid-connect-core-1\_0.html\#ClientAuthentication
Signature:
export declare enum OAuthTokenAuthMethod
Enumeration Members
Member | Value | Description |
---|---|---|
ClientSecretBasic |
| |
ClientSecretJwt |
| |
ClientSecretPost |
| |
None |
| |
PrivateKeyJwt |
|