A_RVP_Cocoa_SDK_Security_Object

public class A_RVP_Cocoa_SDK_Security_Object : A_RVP_Cocoa_SDK_Object

Public Properties and Calculated Properties

  • Declaration

    Swift

    override public var asDictionary: [String : Any?] { get }

    Return Value

    all of the values for this object, as a Dictionary. READ ONLY

  • Declaration

    Swift

    public var loginID: String { get }

    Return Value

    the object login ID, as a String. READ ONLY

  • Declaration

    Swift

    public var securityTokens: [Int] { get set }

    Return Value

    the object security tokens, as an Array of Int. NOTE: The tokens are sorted, from lowest to highest, and include the ID of the login item. “1” is the “any logged-in-user” token that all logins are implied to have. READ ONLY

  • Declaration

    Swift

    public var personalTokens: [Int] { get set }

    Return Value

    the object security tokens, as an Array of Int. NOTE: The tokens are sorted, from lowest to highest, and include the ID of the login item. “1” is the “any logged-in-user” token that all logins are implied to have. READ ONLY

Public Instance Methods

  • This is the default initializer.

    Declaration

    Swift

    public override init(sdkInstance inSDKInstance: RVP_Cocoa_SDK?, objectInfoData inData: [String : Any])

    Parameters

    sdkInstance

    REQUIRED (Can be nil) This is the SDK instance that “owns” this object. It may be nil for history instances.

    objectInfoData

    REQUIRED This is the parsed JSON data for this object, as a Dictionary.