Class CredentialsBase
Properties
NAME | TYPE | DESCRIPTION |
---|---|---|
PhoneKey | 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
Authenticate(IAuthenticationValidator auth, UserAgent agent, ref SecurityToken token)
Declaration
public abstract bool Authenticate(
IAuthenticationValidator auth,
UserAgent Agent,
ref SecurityToken _token
)
Parameters
TYPE | NAME | DESCRIPTION |
---|---|---|
IAuthenticationValidator | auth | |
UserAgent | agent | |
SecurityToken | _token |
Validate(IValidatorContext)
Declaration
public virtual void Validate(IValidatorContext context)
Parameters
TYPE | NAME | DESCRIPTION |
---|---|---|
JHA.EPS.SharedService.Common.Validator.IValidatorContext | context |