A2A.SecurityScheme.OAuth2 (A2A v0.2.0)

Copy Markdown View Source

OAuth 2.0 security scheme.

Summary

Types

t()

@type t() :: %A2A.SecurityScheme.OAuth2{
  flows: map(),
  oauth2_metadata_url: String.t() | nil
}