core.medplumclient.startjwtassertionlogin | Medplum
MedplumClient.startJwtAssertionLogin() method
Starts a new OAuth2 JWT assertion flow.
See RFC 7523 Section 2.2 for full details.
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.