OpenApiSpex.OAuthFlow (open_api_spex v3.10.0) View Source

Defines the OpenApiSpex.OAuthFlow.t type.

Link to this section Summary

Link to this section Types

Specs

t() :: %OpenApiSpex.OAuthFlow{
  authorizationUrl: String.t() | 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