VerificationRecievedEventArgs
Event arguments for when a verification successfully recieved.
Type: Class
Namespace: ReCaptcha.Desktop.UWP.EventArgs
Assembly: ReCaptcha.Desktop.UWP
Inherits from: EventArgs
public class VerificationRecievedEventArgs : System.EventArgs
Constructors
Creates new VerificationRecievedEventArgs.
public VerificationRecievedEventArgs(
string token)
Parameter | Description |
---|---|
string token | The recieved token. |
Properties
Token
The recieved token.
Type: string
Modifier: readonly
, [JsonPropertyName("token")]
Default Value: none
OccurredAt
The date and time when it got recieved.
Type: DateTime
Modifier: readonly
Default Value: DateTime.Now