Authenticator

@Serializable
data class Authenticator(val createdAt: String, val updatedAt: String, val type: AuthenticatorType, val kind: AuthenticatorKind)

Constructors

Link copied to clipboard
constructor(createdAt: String, updatedAt: String, type: AuthenticatorType, kind: AuthenticatorKind)

Properties

Link copied to clipboard
@SerialName(value = "created_at")
val createdAt: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@SerialName(value = "updated_at")
val updatedAt: String