core.tokenresponse
Home > @medplum/core > TokenResponse
TokenResponse interface
Signature:
export interface TokenResponse
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
access_token | readonly | string | |
expires_in | readonly | number | |
id_token | readonly | string | |
profile | readonly | Reference<ProfileResource> | |
project | readonly | Reference<Project> | |
refresh_token | readonly | string | |
token_type | readonly | string |