export declare const KEY_STATE = "state";
export declare const KEY_CODE = "code";
export declare const KEY_TOKEN = "token";
export declare const EXPIRE_DATE = "expire_date";
export declare const ACCESS_TOKEN = "access_token";
export declare const ID_TOKEN = "id_token";
