ENUM
ClientOperationName
Contents
- Cases
externalBrowser
bankId
encapAutoActivation
webAuthnRegistration
webAuthnAuthentication
unknown(value:)
public enum ClientOperationName: Codable, Equatable
A client operation name
Cases
externalBrowser
case externalBrowser
An external browser operation name.
bankId
case bankId
A bank id operation name.
encapAutoActivation
case encapAutoActivation
An encap auto activation operation name.
webAuthnRegistration
case webAuthnRegistration
A webauthn registration operation name.
webAuthnAuthentication
case webAuthnAuthentication
A webauthn authentication operation name.
unknown(value:)
case unknown(value: String)
An unknown operation name.