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 | "client_secret_basic" | |
ClientSecretJwt | "client_secret_jwt" | |
ClientSecretPost | "client_secret_post" | |
None | "none" | |
PrivateKeyJwt | "private_key_jwt" |