interface VincentJWTData {
    decodedJWT: VincentJWTPlatformUser | VincentJWTAppUser;
    rawJWT: string;
}

Properties

Properties

rawJWT: string