core.oauthclientassertiontype
Home > @medplum/core > OAuthClientAssertionType
OAuthClientAssertionType variable
OAuth 2.0 Client Authentication Methods See: https://datatracker.ietf.org/doc/html/rfc7523\#section-2.2
Signature:
OAuthClientAssertionType: {
readonly JwtBearer: "urn:ietf:params:oauth:client-assertion-type:jwt-bearer";
}