AuthenticationTokenConfig constructor
AuthenticationTokenConfig({})
Create a new user profile configuration.
Implementation
AuthenticationTokenConfig({
this.accessTokenLifetime = const Duration(minutes: 10),
this.refreshTokenLifetime = const Duration(days: 14),
this.issuer,
this.refreshTokenFixedSecretLength = 16,
this.refreshTokenRotatingSecretLength = 64,
this.refreshTokenRotatingSecretSaltLength = 16,
});