You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// <summary>The unique ID of the Magic Auth code.</summary>
15
+
publicstringId{get;set;}=default!;
16
+
17
+
/// <summary>The unique ID of the user.</summary>
18
+
publicstringUserId{get;set;}=default!;
19
+
20
+
/// <summary>The email address of the user.</summary>
21
+
publicstringEmail{get;set;}=default!;
22
+
23
+
/// <summary>The timestamp when the Magic Auth code expires.</summary>
24
+
publicDateTimeOffsetExpiresAt{get;set;}
25
+
26
+
/// <summary>An ISO 8601 timestamp.</summary>
27
+
publicDateTimeOffsetCreatedAt{get;set;}
28
+
29
+
/// <summary>An ISO 8601 timestamp.</summary>
30
+
publicDateTimeOffsetUpdatedAt{get;set;}
31
+
32
+
/// <summary>The code used to verify the Magic Auth code.</summary>
33
+
publicstringCode{get;set;}=default!;
34
+
10
35
/// <summary>The ID of the Radar authentication attempt created for this request when Radar is enabled. Pass this value to the authenticate endpoint to associate the subsequent authentication with this Radar attempt.</summary>
/// <summary>The ID of the Radar authentication attempt created for this request when Radar is enabled. Pass this value to the authenticate endpoint to associate the subsequent authentication with this Radar attempt.</summary>
0 commit comments