open_api_spex v1.0.0 OpenApiSpex.OAuthFlow View Source

Defines the OpenApiSpex.OAuthFlow.t type.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %OpenApiSpex.OAuthFlow{authorizationUrl: String.t, refreshUrl: String.t, scopes: %{optional(String.t) => String.t}, tokenUrl: String.t}

OAuth Flow Object

Configuration details for a supported OAuth Flow