RemoteAccountIdentifier

The types of identifiers that may be needed for remote account specification.

Inheritors

Types

Link copied to clipboard
data class Identifier(val value: String) : RemoteAccountIdentifier

A generic bit of identifying information. Can be used in place of any of the more specific types.

Link copied to clipboard

Functions

Link copied to clipboard

Casts this RemoteAccountIdentifier as a Identifier and retrieves its kotlin.String value. Throws an exception if the RemoteAccountIdentifier is not a Identifier.

Link copied to clipboard

Casts this RemoteAccountIdentifier as a Identifier and retrieves its kotlin.String value. Returns null if the RemoteAccountIdentifier is not a Identifier.