AttributeInputCallback
public class AttributeInputCallback : AbstractValidatedCallback, @unchecked Sendable
Base implementation of a callback for collection of a single identity object attribute from a user.
-
Name of given attribute
Declaration
Swift
private(set) public var name: String { get } -
Boolean indicator whether given attribute is required or not
Declaration
Swift
private(set) public var required: Bool { get } -
Initializes a new instance of
AttributeInputCallbackwith the provided JSON input.Declaration
Swift
public override func initValue(name: String, value: Any)
View on GitHub