interface GoogleAuthAdapter {
    googleLogin?: HandlerAndValidators<Record<string, Predicate>>;
    googleLoginCallback?: HandlerAndValidators<Record<string, Predicate>>;
}

Hierarchy (view full)

Properties

googleLogin?: HandlerAndValidators<Record<string, Predicate>>
googleLoginCallback?: HandlerAndValidators<Record<string, Predicate>>

Generated using TypeDoc