JwtTokenTypeConfiguration class
Configuration information for the JWT token type.
Constructors
- JwtTokenTypeConfiguration({required KeyLocation keyLocation, String? claimRegex, String? groupAttributeField, String? issuer, String? secretManagerArn, String? url, String? userNameAttributeField})
-
JwtTokenTypeConfiguration.fromJson(Map<
String, dynamic> json) -
factory
Properties
- claimRegex → String?
-
The regular expression that identifies the claim.
final
- groupAttributeField → String?
-
The group attribute field.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- issuer → String?
-
The issuer of the token.
final
- keyLocation → KeyLocation
-
The location of the key.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- secretManagerArn → String?
-
The Amazon Resource Name (arn) of the secret.
final
- url → String?
-
The signing key URL.
final
- userNameAttributeField → String?
-
The user name attribute field.
final
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