VerificationRecievedEventArgs
Event arguments for when a verification successfully recieved.
Type: Class 
Namespace: ReCaptcha.Desktop.WinUI.EventArgs
Assembly: ReCaptcha.Desktop.WinUI
Inherits from: EventArgs
public class VerificationRecievedEventArgs : System.EventArgs
Constructors
Creates new VerificationRecievedEventArgs.
public VerificationRecievedEventArgs(
    string token)
| Parameter | Description | 
|---|---|
| stringtoken | 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