Sanitisation Level DATA
data
data: {
access_token: undefined;
expires_in: number;
scope: undefined | string;
sessionId: undefined | string;
token_type: string;
userId: string;
}
Type declaration
access_token: undefined
expires_in: number
scope: undefined | string
sessionId: undefined | string
token_type: string
userId: string