Type Aliases Json Primitive Json Primitive: string | number | boolean | null
Pkce Mode Pkce Mode: "ifSupported" | "required" | "disabled" | "unsafeV1"
Request Function Request
Function
< R > : ( < O > ( requestOptions
?: O ) => Promise < O [ "includeResponse" ] extends true ? CombinedFetchResult < R > : R > ) Type Parameters Type declaration < O > ( requestOptions?: O ) : Promise < O [ "includeResponse" ] extends true ? CombinedFetchResult < R > : R > Type Parameters Parameters Optional requestOptions: O Returns Promise < O [ "includeResponse" ] extends true ? CombinedFetchResult < R > : R > SMARTAuthentication Method SMARTAuthentication Method: "client_secret_post" | "client_secret_basic" | "private_key_jwt"
Window Target Variable Window Target Variable: "_self" | "_top" | "_parent" | "_blank" | "popup" | string | number | Window
client Type client Type: "client-public" | "client-confidential-symmetric"
code Challenge Method code Challenge Method: "S256"
launch Context launch Context: "context-banner" | "context-style"
launch ContextEHR launch ContextEHR: "context-ehr-patient" | "context-ehr-encounter"
launch Context Standalone launch Context Standalone: "context-standalone-patient" | "context-standalone-encounter"
launch Mode launch Mode: "launch-ehr" | "launch-standalone"
permissions permissions: "permission-offline" | "permission-patient" | "permission-user"
single Sign On single Sign On: "sso-openid-connect"
storage Factory storage
Factory
: ( ( options
?: Record < string , any > ) => Storage ) Type declaration ( options?: Record < string , any > ) : Storage Parameters Optional options: Record < string , any >
The return type of the lib.request function