AuthOptions constructor
Creates authentication settings for login and refresh.
Implementation
const AuthOptions({
required this.loginEndpoint,
required this.refreshEndpoint,
required this.accessTokenPath,
required this.refreshTokenPath,
this.refreshRequestKey = 'refreshToken',
});