VerificationRecievedEventArgs

Event arguments for when a verification successfully recieved.

Type: Class
Namespace: ReCaptcha.Desktop.UWP.EventArgs
Assembly: ReCaptcha.Desktop.UWP
Inherits from: EventArgsopen in new window

public class VerificationRecievedEventArgs : System.EventArgs

Constructors

Creates new VerificationRecievedEventArgs.

public VerificationRecievedEventArgs(
    string token)
ParameterDescription
string tokenThe 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