interface LineAuthAdapter {
    lineLogin?: HandlerAndValidators<Record<string, Predicate>>;
    lineLoginCallback?: HandlerAndValidators<Record<string, Predicate>>;
}

Hierarchy (view full)

Properties

lineLogin?: HandlerAndValidators<Record<string, Predicate>>
lineLoginCallback?: HandlerAndValidators<Record<string, Predicate>>

Generated using TypeDoc