Vue Auth / Options / Request

The options outlined here are options used in specific method calls.

redirect

@return Object|String

Specify the default router route redirect to use.

fetchUser

@return Boolean

Specify whether to fetch a user or not after a request.

For instance after login or oauth2 requests.

staySignedIn

@return Boolean

Specify whether the token data stored will be long lived or not.

Meaning does it expire after the browser is closed or not.

autoLogin

@return Boolean

Specify when the user should be auto logged in.

Used in register method.

remember

@return String

Specify a bit of string data to remember during login or register.

This is a dynamic opiton that should be set during the method call.

makeRequest

@return Boolean

Specify whether to trigger an API call first.

In some cases such as with logout or unimpersonate a request to the API may not be required.

enabled

@return Boolean

Specify whether a feature is enabled.

Primarily used with refresh and fetch methods.

interval

@return Integer

Specity interval length for a feature.

This is used primarily to keep tokens alive while a user is active on the app.