$JwtLocation class

Used by:

  • servicemanagement:v1 : JwtLocation
  • serviceusage:v1 : JwtLocation

Constructors

$JwtLocation({String? cookie, String? header, String? query, String? valuePrefix})
$JwtLocation.fromJson(Map json_)

Properties

Specifies cookie name to extract JWT token.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
Specifies HTTP header name to extract JWT token.
getter/setter pair
query String?
Specifies URL query parameter name to extract JWT token.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
valuePrefix String?
The value prefix.
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