View Source OpenApiSpex.OAuthFlow (open_api_spex v3.18.3)

Defines the OpenApiSpex.OAuthFlow.t type.

Link to this section Summary

Link to this section Types

@type t() :: %OpenApiSpex.OAuthFlow{
  authorizationUrl: String.t() | nil,
  extensions: %{required(String.t()) => any()} | nil,
  refreshUrl: String.t() | nil,
  scopes: %{required(String.t()) => String.t()} | nil,
  tokenUrl: String.t() | nil
}

OAuth Flow Object

Configuration details for a supported OAuth Flow