AuthPKCEGrantCodeExchangeError
class AuthPKCEGrantCodeExchangeError extends CustomAuthError { }
constructor(message: string, details?: {
error: string;
code: string;
} | null);details: {
error: string;
code: string;
} | null;toJSON(): {
name: string;
message: string;
status: number;
details: {
};error: string;
code: string;
} | null;