interface CognitoTokenPayload {
    accessToken: string;
    authToken: string;
}

Properties

accessToken: string
authToken: string