GetAuthMetadataResponse constructor
GetAuthMetadataResponse({
- required Uri authorizationEndpoint,
- required List<
String> codeChallengeMethodsSupported, - required List<
String> grantTypesSupported, - required Uri issuer,
- List<
String> ? promptValuesSupported, - required Uri registrationEndpoint,
- required List<
String> responseModesSupported, - required List<
String> responseTypesSupported, - required Uri revocationEndpoint,
- required Uri tokenEndpoint,
Implementation
GetAuthMetadataResponse({
required this.authorizationEndpoint,
required this.codeChallengeMethodsSupported,
required this.grantTypesSupported,
required this.issuer,
this.promptValuesSupported,
required this.registrationEndpoint,
required this.responseModesSupported,
required this.responseTypesSupported,
required this.revocationEndpoint,
required this.tokenEndpoint,
});