Skip to main content

Type Alias: OpenIDConnectTokenResponse

type OpenIDConnectTokenResponse: WebAPICallResult & object;

Type declaration

access_token?

optional access_token: string;

error?

optional error: string;

expires_in?

optional expires_in: number;

id_token?

optional id_token: string;

needed?

optional needed: string;

ok?

optional ok: boolean;

provided?

optional provided: string;

refresh_token?

optional refresh_token: string;

token_type?

optional token_type: string;

warning?

optional warning: string;

Defined in

packages/web-api/src/types/response/OpenIDConnectTokenResponse.ts:12