Oauth2JwtBearer class

Parameters to support JSON Web Token (JWT) Profile for Oauth 2.0 Authorization Grant based authentication.

See https://tools.ietf.org/html/rfc7523 for more details.

Constructors

Oauth2JwtBearer({Secret? clientKey, JwtClaims? jwtClaims})
Oauth2JwtBearer.fromJson(Map json_)

Properties

clientKey Secret?
Secret version reference containing a PKCS#8 PEM-encoded private key associated with the Client Certificate.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
jwtClaims JwtClaims?
JwtClaims providers fields to generate the token.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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