Type Alias AuthSessionCredentialsView
AuthSessionCredentialsView: {
access_token: string | null;
expires_at: number | null;
expires_in: number | null;
id_token: string | null;
refresh_token: string | null;
scope: string | null;
session_state: string | null;
token_type: string | null;
}
Type declaration
access_token: string | null
expires_at: number | null
expires_in: number | null
id_token: string | null
refresh_token: string | null
scope: string | null
session_state: string | null
token_type: string | null
Token de acesso.