Header menu logo FSharp.ATProto

AtIdentifier Type

A union type representing an AT Protocol identifier, which can be either a Did or a Handle. Used in contexts where either identifier type is accepted, such as the authority component of an AtUri.

Union cases

Union case Description

AtDid Did

Full Usage: AtDid Did

Parameters:

A DID-based identifier.

Item : Did

AtHandle Handle

Full Usage: AtHandle Handle

Parameters:

A handle-based identifier.

Item : Handle

Instance members

Instance member Description

this.IsAtDid

Full Usage: this.IsAtDid

Returns: bool
Returns: bool

this.IsAtHandle

Full Usage: this.IsAtHandle

Returns: bool
Returns: bool

Type something to start searching.