ScimEnrollmentProtocol

public protocol ScimEnrollmentProtocol : EnrollmentProtocol

The protocol to which System for Cross-domain Identity Management (SCIM) enrollment mechanisms are derived from.

  • Additional attributes for enrolling in SCIM interface.

    Declaration

    Swift

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

    Declaration

    Swift

    var keyHandle: String { get set }
  • 
    

    Flag to indicate whether the enrollment challenge is enabled.‌

    Declaration

    Swift

    var enabled: Bool { get set }