core.oauthtokenauthmethod
Home > @medplum/core > OAuthTokenAuthMethod
OAuthTokenAuthMethod variable
OAuth 2.0 Client Authentication Methods See: https://openid.net/specs/openid-connect-core-1\_0.html\#ClientAuthentication
Signature:
OAuthTokenAuthMethod: {
readonly ClientSecretBasic: "client_secret_basic";
readonly ClientSecretPost: "client_secret_post";
readonly ClientSecretJwt: "client_secret_jwt";
readonly PrivateKeyJwt: "private_key_jwt";
readonly None: "none";
}