OAuthConfigurationResponse constructor

OAuthConfigurationResponse({
  1. num httpSessionMaxInactiveInterval,
  2. String logoutURL,
  3. OAuth2Configuration oauthConfiguration,
})

Implementation

OAuthConfigurationResponse(
    {this.httpSessionMaxInactiveInterval,
    this.logoutURL,
    this.oauthConfiguration});