JwtTokenTypeConfiguration constructor
JwtTokenTypeConfiguration({})
Implementation
JwtTokenTypeConfiguration({
required this.keyLocation,
this.claimRegex,
this.groupAttributeField,
this.issuer,
this.secretManagerArn,
this.url,
this.userNameAttributeField,
});