Class CredentialsBase
Baseline object for all credentials.
Properties
| NAME | TYPE | DESCRIPTION |
|---|---|---|
| PhoneKey | System.String | REQUIRED. The unique id for the phone. A GUID created by the app vendor at first time use and stored in long term storage on the device which is intended to be unique to the device and application. Limit of 100 characters. Printable characters only. |
Examples
{
"__type": "CredentialsBase:#JackHenry.Eps.Mobile",
"PhoneKey": "String Content"
}
Methods
WriteExceptionData(Exception)
Declaration
public override void WriteExceptionData(Exception ex)
Parameters
| TYPE | NAME | DESCRIPTION |
|---|---|---|
| System.Exception | ex |
WriteExceptionData(Exception, Int32)
Declaration
public override void WriteExceptionData(Exception ex, int index)
Parameters
| TYPE | NAME | DESCRIPTION |
|---|---|---|
| System.Exception | ex | |
| System.Int32 | index |