scheme property

String? get scheme
inherited

The name of the HTTP Authorization scheme to be used in the Authorization header.

Implementation

@JsonKey(name: 'in') ParameterLocation? get location;/// The name of the HTTP Authorization scheme to be used in
/// the Authorization header.
 String? get scheme;