OAuth2Configuration class

@author Daniel DeGroff

Annotations
  • @JsonSerializable()

Constructors

OAuth2Configuration({List<String> authorizedOriginURLs, List<String> authorizedRedirectURLs, Oauth2AuthorizedURLValidationPolicy authorizedURLValidationPolicy, ClientAuthenticationPolicy clientAuthenticationPolicy, String clientId, String clientSecret, bool debug, String deviceVerificationURL, Set<GrantType> enabledGrants, bool generateRefreshTokens, LogoutBehavior logoutBehavior, String logoutURL, ProofKeyForCodeExchangePolicy proofKeyForCodeExchangePolicy, bool requireClientAuthentication, bool requireRegistration})
OAuth2Configuration.fromJson(Map<String, dynamic> json)
factory

Properties

authorizedOriginURLs List<String>
getter/setter pair
authorizedRedirectURLs List<String>
getter/setter pair
authorizedURLValidationPolicy Oauth2AuthorizedURLValidationPolicy
getter/setter pair
clientAuthenticationPolicy ClientAuthenticationPolicy
getter/setter pair
clientId String
getter/setter pair
clientSecret String
getter/setter pair
debug bool
getter/setter pair
deviceVerificationURL String
getter/setter pair
enabledGrants Set<GrantType>
getter/setter pair
generateRefreshTokens bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
logoutBehavior LogoutBehavior
getter/setter pair
logoutURL String
getter/setter pair
proofKeyForCodeExchangePolicy ProofKeyForCodeExchangePolicy
getter/setter pair
requireClientAuthentication bool
getter/setter pair
requireRegistration bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited