@faable/auth-js - v1.7.4
    Preparing search index...

    Type Alias AuthFlowType

    AuthFlowType: "implicit" | "pkce"

    OAuth initiation flow.

    • 'pkce' — recommended for SPAs / public clients; the SDK stores a code verifier and exchanges the auth code for a session on the callback.
    • 'implicit' — tokens are returned directly in the URL fragment.