Skip to main content
Properties for service authentication.

Constructors

NSServiceAuth()

Initializes a new instance of the NSServiceAuth class.

Methods

GetAuthType()

Returns: CRMScript.Global.String - The type of authentication, plain-text, OAuth… Example:

GetPassword()

Returns: CRMScript.Global.String - The (decrypted) password or token. Example:

GetPort()

Returns: CRMScript.Global.Integer - The server port. Example:

GetServer()

Returns: CRMScript.Global.String - The mail server. Example:

GetServiceAuthId()

Returns: CRMScript.Global.Integer - The primary key. Example:

GetUsername()

Returns: CRMScript.Global.String - The username. Example:

SetAuthType(String)

Returns: CRMScript.Global.Void Example:

SetPassword(String)

Returns: CRMScript.Global.Void Example:

SetPort(Integer)

Returns: CRMScript.Global.Void Example:

SetServer(String)

Returns: CRMScript.Global.Void Example:

SetServiceAuthId(Integer)

Returns: CRMScript.Global.Void Example:

SetUsername(String)

Returns: CRMScript.Global.Void Example: