Home OAuthFlow Class
OAuthFlow Class
Cancel

OAuthFlow Class

Namespace: Json.Schema.Api.OpenApi

Inheritance: OAuthFlow 🡒 object

Implemented interfaces:

  • IRefTargetContainer

Models an OAuth flow.

Properties

NameTypeSummary
AuthorizationUrlUriGets the authorization URL.
ExtensionDataExtensionDataGets or set extension data.
RefreshUrlUriGets or sets the refresh token URL.
ScopesDictionary<string, string>Gets the scopes.
TokenUrlUriGets the token URL.
UnknownDataUnknownDataGets or sets properties which are not recognized by OpenAPI.

Constructors

OAuthFlow(Dictionary<string, string> scopes)

Declaration

1
public OAuthFlow(Dictionary<string, string> scopes)
ParameterTypeDescription
scopesDictionary<string, string>The scopes
Contents