core.oauthclientassertiontype
Home > @medplum/core > OAuthClientAssertionType
OAuthClientAssertionType enum
OAuth 2.0 Client Authentication Methods See: https://datatracker.ietf.org/doc/html/rfc7523\#section-2.2
Signature:
export declare enum OAuthClientAssertionType
Enumeration Members
Member | Value | Description |
---|---|---|
JwtBearer | "urn:ietf:params:oauth:client-assertion-type:jwt-bearer" | Using JWTs for Client Authentication |