AuthRequestResult Class
This class contains the result from handling the authorization request
response.
Namespace
AuthRequestResult Constructors
The following are constructors for AuthRequestResult.
AuthRequestResult(redirectPageReference, resultStatus, expirationDateTime)
Creates a new instance of the RichMessaging.AuthRequestResult class.
Signature
public AuthRequestResult(System.PageReference redirectPageReference, RichMessaging.AuthRequestResultStatus resultStatus, Datetime expirationDateTime)
Parameters
- redirectPageReference: Type: System.PageReference The reference to the redirect page.
- resultStatus: Type: RichMessaging.AuthRequestResultStatus The result status value.
- expirationDateTime: Type: Datetime The expiration time.
AuthRequestResult Properties
The following are properties for AuthRequestResult.
expirationDateTime
The expiration date and time.
Signature
public Datetime expirationDateTime {get; set;}
Property Value
Type: Datetime
redirectPageReference
The reference to the redirect page.
Signature
public System.PageReference redirectPageReference {get; set;}
Property Value
Type: System.PageReference