OpenIdConfiguration class

Constructors

OpenIdConfiguration({required String issuer, required String jwksUri, required String authorizationEndpoint, required String tokenEndpoint, required String userInfoEndpoint, String? endSessionEndpoint, String? revocationEndpoint, String? registrationEndpoint, String? mfaChallengeEndpoint, List<String>? scopesSupported, List<String>? claimsSupported, List<String>? grantTypesSupported, required List<String> responseTypesSupported, required List<String> responseModesSupported, String? checkSessionIFrame, String? deviceAuthorizationEndpoint, required List<String> tokenEndpointAuthMethodsSupported, required List<String> idTokenSigningAlgValuesSupported, required List<String> subjectTypesSupported, required List<String> codeChallengeMethodsSupported, List<String>? apiEndpoints, required Map<String, dynamic> document, required bool requestUriParameterSupported})
OpenIdConfiguration.fromJson(Map<String, dynamic> json)
factory

Properties

apiEndpoints List<String>?
final
authorizationEndpoint String
final
checkSessionIFrame String?
final
claimsSupported List<String>?
final
codeChallengeMethodsSupported List<String>
final
deviceAuthorizationEndpoint String?
final
document Map<String, dynamic>
final
endSessionEndpoint String?
final
grantTypesSupported List<String>?
final
hashCode int
The hash code for this object.
no setteroverride
idTokenSigningAlgValuesSupported List<String>
final
issuer String
final
jwksUri String
final
mfaChallengeEndpoint String?
final
registrationEndpoint String?
final
requestUriParameterSupported bool
final
responseModesSupported List<String>
final
responseTypesSupported List<String>
final
revocationEndpoint String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scopesSupported List<String>?
final
subjectTypesSupported List<String>
final
tokenEndpoint String
final
tokenEndpointAuthMethodsSupported List<String>
final
userInfoEndpoint String
final

Methods

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

Operators

operator ==(Object o) bool
The equality operator.
override