SecuritySchemeOAuth2ApplicationV2 class

OAuth2 Client Credentials (Application) flow security scheme.

Inheritance

Constructors

SecuritySchemeOAuth2ApplicationV2({required String tokenUrl, required Map<String, String> scopes, String? description})
Creates a SecuritySchemeOAuth2ApplicationV2 with the given tokenUrl, scopes, and optional description.

Properties

description String?
A description of the security scheme.
finalinherited
flow String
The OAuth2 flow type (e.g., "implicit", "password", "application", "accessCode").
finalinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scopes Map<String, String>
The available scopes for the OAuth2 security scheme.
finalinherited
tokenUrl String
The URL to obtain the access token.
final
type String
The type of the security scheme.
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
Converts the SecuritySchemeObjectV2 to a map.
override
toString() String
A string representation of this object.
inherited

Operators

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