Directus / @directus/sdk / auth / LoginOptions
Type Alias: LoginOptions ​
LoginOptions:
object
Type declaration ​
mode? ​
optional
mode:AuthenticationMode
Whether to retrieve the refresh token in the JSON response, or in a httpOnly cookie. One of json
, cookie
or session
. Defaults to cookie
.
otp? ​
optional
otp:string
The user's one-time-password (if MFA is enabled).
provider? ​
optional
provider:string
Use a specific authentication provider (does not work for SSO that relies on browser redirects).