AuthJwtModel class

Annotations
  • @freezed

Constructors

AuthJwtModel({required String secret, String? privateKey, required String payload, required String addTokenTo, required String algorithm, required bool isSecretBase64Encoded, required String headerPrefix, required String queryParamKey, required String header})
const
factory
AuthJwtModel.fromJson(Map<String, dynamic> json)
factory

Properties

addTokenTo → String
no setterinherited
algorithm → String
no setterinherited
copyWith → $AuthJwtModelCopyWith<AuthJwtModel>
Create a copy of AuthJwtModel with the given fields replaced by the non-null parameter values.
no setterinherited
hashCode → int
The hash code for this object.
no setterinherited
no setterinherited
headerPrefix → String
no setterinherited
isSecretBase64Encoded → bool
no setterinherited
payload → String
no setterinherited
privateKey → String?
no setterinherited
queryParamKey → String
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
secret → String
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → Map<String, dynamic>
Serializes this AuthJwtModel to a JSON map.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited