Skip to main content
Structure
struct ApiKeySignerData

Initializers

init()

init()

init(from:)

Inherited from Decodable.init(from:).
init(from decoder: any Decoder) throws

Instance Properties

locatorId

Inherited from AdminSignerData.locatorId.
var locatorId: String { get }

type

Inherited from AdminSignerData.type.
var type: AdminSignerDataType { get }

Instance Methods

encode(to:)

Inherited from Encodable.encode(to:).
nonisolated func encode(to encoder: any Encoder) throws