@faable/auth-js - v1.7.4
GitHub
npm
Preparing search index...
AuthFlowType
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.
See
Authorization Code with PKCE
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
GitHub
npm
@faable/auth-js - v1.7.4
Loading...
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.