JwtTokenTypeConfiguration constructor

JwtTokenTypeConfiguration({
  1. required KeyLocation keyLocation,
  2. String? claimRegex,
  3. String? groupAttributeField,
  4. String? issuer,
  5. String? secretManagerArn,
  6. String? url,
  7. String? userNameAttributeField,
})

Implementation

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