EndUserAuthenticationConfigOauth2JwtBearer constructor

EndUserAuthenticationConfigOauth2JwtBearer({
  1. EUASecret? clientKey,
  2. EndUserAuthenticationConfigOauth2JwtBearerJwtClaims? jwtClaims,
})

Implementation

EndUserAuthenticationConfigOauth2JwtBearer({this.clientKey, this.jwtClaims});