Skip to main content

@slack/web-api / OpenIDConnectTokenResponse

Type Alias: OpenIDConnectTokenResponse

type OpenIDConnectTokenResponse = WebAPICallResult & object;

Defined in: packages/web-api/src/types/response/OpenIDConnectTokenResponse.ts:11

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;