VoiceEnrollment

public final class VoiceEnrollment : ScimEnrollmentProtocol

The enrollment for voice biometrics.

Warning

Tech-preview not to be used in your code.
  • Initializes a new VoiceEnrollment.

    Declaration

    Swift

    public required init()
  • The name of the enrollment.

    Declaration

    Swift

    public var name: String { get }
  • The identifier of the enrollment.

    Remark

    The identifier value is: urn:ibm:security:authentication:asf:mechanism:mobile_user_approval:voice.

    Declaration

    Swift

    public var identifier: String { get }
  • The type of the enrollment challenge.

    Declaration

    Swift

    public var type: String { get }
  • The algorith used to sign data.

    Declaration

    Swift

    public var algorithm: String { get }
  • The type of HTTP method required for enrollment.

    Declaration

    Swift

    public var method: String { get }
  • Additional attributes for enrolling in SCIM interface.

    Declaration

    Swift

    public var queryString: String { get }
  • A name that can be used to identify the key handle.

    Declaration

    Swift

    public var keyHandle: String
  • The public key used to be stored.

    Declaration

    Swift

    public var publicKey: String
  • 
    

    Flag to indicate whether the enrollment challenge is enabled.‌

    Declaration

    Swift

    public var enabled: Bool
  • 
    

    Locale of the biometric language defination.‌

    Declaration

    Swift

    public var locale: String
  • Serialize the object to a JSON string.

    Declaration

    Swift

    public func serializeToJson() -> String

    Return Value

    Serialized VoiceEnrollment to a JSON String.