core.oauthclientassertiontype
Home > @medplum/core > OAuthClientAssertionType
OAuthClientAssertionType variable
OAuth 2.0 Client Authentication Methods See RFC 7523 Section 2.2 for full details.
Signature:
OAuthClientAssertionType: {
readonly JwtBearer: "urn:ietf:params:oauth:client-assertion-type:jwt-bearer";
}