core.medplumclient.startjwtassertionlogin
Home > @medplum/core > MedplumClient > startJwtAssertionLogin
MedplumClient.startJwtAssertionLogin() method
Starts a new OAuth2 JWT assertion flow.
See: https://datatracker.ietf.org/doc/html/rfc7523\#section-2.2
Signature:
startJwtAssertionLogin(jwt: string): Promise<ProfileResource>;
Parameters
Parameter | Type | Description |
---|---|---|
jwt | string | The JWT assertion. |
Returns:
Promise<ProfileResource>
Promise that resolves to the client profile.