core.tokenresponse | Medplum

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
refresh_token readonly string
token_type readonly string