Skip to main content

Class CredentialsBase


Properties

NAMETYPEDESCRIPTION
PhoneKeystringREQUIRED. 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

TYPENAMEDESCRIPTION
IAuthenticationValidatorauth
UserAgentagent
SecurityToken_token

Validate(IValidatorContext)

Declaration

public virtual void Validate(IValidatorContext context)

Parameters

TYPENAMEDESCRIPTION
JHA.EPS.SharedService.Common.Validator.IValidatorContextcontext