LoginConfiguration constructor

LoginConfiguration({
  1. bool allowTokenRefresh,
  2. bool generateRefreshTokens,
  3. bool requireAuthentication,
})

Implementation

LoginConfiguration(
    {this.allowTokenRefresh,
    this.generateRefreshTokens,
    this.requireAuthentication});