Record
auth-method
Authentication
record auth-method {
id: string,
name: string,
description: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| id | string | Stable identifier for this method. |
| name | string | Human-readable display name. |
| description | option<string> | Optional longer description. |