Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
AuthRequestResult Class
Namespace
AuthRequestResult Constructors
The following are constructors for AuthRequestResult.
AuthRequestResult(redirectPageReference, resultStatus, expirationDateTime)
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
Signature
public Datetime expirationDateTime {get; set;}
Property Value
Type: Datetime
redirectPageReference
Signature
public System.PageReference redirectPageReference {get; set;}
Property Value
Type: System.PageReference