Authentication method information.
Describes an available authentication method that can be used during the connection authentication phase.
Required Fields
id- Unique identifier for the authentication methodname- Human-readable name for the authentication method
Optional Fields
description- Detailed description of the authentication methodmeta- Additional metadata (map)
Example
%ACPex.Schema.Types.AuthMethod{
id: "oauth2",
name: "OAuth 2.0",
description: "Authenticate using OAuth 2.0 flow"
}JSON Representation
{
"id": "oauth2",
"name": "OAuth 2.0",
"description": "Authenticate using OAuth 2.0 flow"
}
Summary
Functions
Creates a changeset for validation.
Types
Functions
@spec changeset(t(), map()) :: Ecto.Changeset.t()
Creates a changeset for validation.
Required Fields
id- Must be presentname- Must be present