NativeResponse type
Token response returned by Native Platform e.g. WAM
type NativeResponse = {
access_token: string,
account: NativeAccountInfo,
client_info: string,
expires_in: number,
extendedLifetimeToken?: boolean,
id_token: string,
properties: NativeResponseProperties,
scope: string,
shr?: string,
state: string,
}