LfA2aV1OAuth2SecurityScheme class

Defines a security scheme using OAuth 2.0.

Constructors

LfA2aV1OAuth2SecurityScheme({String? description, LfA2aV1OAuthFlows? flows, String? oauth2MetadataUrl})
LfA2aV1OAuth2SecurityScheme.fromJson(Map json_)

Properties

description String?
An optional description for the security scheme.
getter/setter pair
flows LfA2aV1OAuthFlows?
An object containing configuration information for the supported OAuth 2.0 flows.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
oauth2MetadataUrl String?
URL to the OAuth2 authorization server metadata RFC 8414.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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