core.oauthsigningalgorithm | Medplum
OAuthSigningAlgorithm variable [](/content/docs/sdk/core.oauthsigningalgorithm#oauthsigningalgorithm-variable "Direct link to OAuthSigningAlgorithm variable"/index.html)
OAuth Signing Algorithms See RFC 7519 for full details.
Signature:
OAuthSigningAlgorithm: {
readonly ES256: "ES256";
readonly ES384: "ES384";
readonly ES512: "ES512";
readonly HS256: "HS256";
readonly RS256: "RS256";
readonly RS384: "RS384";
readonly RS512: "RS512";
}