GoogleCloudIntegrationsV1alphaJwt class

Represents JSON web token(JWT), which is a compact, URL-safe means of representing claims to be transferred between two parties, enabling the claims to be digitally signed or integrity protected.

Properties

hashCode int
The hash code for this object.
no setterinherited
jwt String?
The token calculated by the header, payload and signature.
getter/setter pair
jwtHeader String?
Identifies which algorithm is used to generate the signature.
getter/setter pair
jwtPayload String?
Contains a set of claims.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secret String?
User's pre-shared secret to sign the token.
getter/setter pair

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