interface AppleAuthAdapter {
    appleLogin?: HandlerAndValidators<Record<string, Predicate>>;
    appleLoginCallback?: HandlerAndValidators<Record<string, Predicate>>;
}

Hierarchy (view full)

Properties

appleLogin?: HandlerAndValidators<Record<string, Predicate>>
appleLoginCallback?: HandlerAndValidators<Record<string, Predicate>>

Generated using TypeDoc