LfA2aV1HTTPAuthSecurityScheme class
Defines a security scheme using HTTP authentication.
Constructors
- LfA2aV1HTTPAuthSecurityScheme({String? bearerFormat, String? description, String? scheme})
- LfA2aV1HTTPAuthSecurityScheme.fromJson(Map json_)
Properties
- bearerFormat ↔ String?
-
A hint to the client to identify how the bearer token is formatted (e.g.,
"JWT").
getter/setter pair
- description ↔ String?
-
An optional description for the security scheme.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scheme ↔ String?
-
The name of the HTTP Authentication scheme to be used in the Authorization
header, as defined in RFC7235 (e.g., "Bearer").
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