MSALNativeAuthRequiredAttribute
@objc
public class MSALNativeAuthRequiredAttribute : NSObject
Class that defines the structure of a Required Attribute
-
The name of the Required Attribute
Declaration
Swift
public let name: String
-
The type of the Required Attribute
Declaration
Swift
public let type: String
-
Specifies if the attribute is required or not
Declaration
Swift
public let required: Bool
-
Regex to specify the format of the Attribute
Declaration
Swift
public let regex: String?