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
The date and time when this API key was manually revoked. If `null`, the key has not been revoked.
114
+
The date and time when this API key was manually revoked. If `null`, the key has not been revoked. May be `undefined` if the information is not available.
115
115
</MethodContent>
116
116
<MethodAsidetitle="Type Definition">
117
-
```typescript declare const manuallyRevokedAt: Date | null; ```
117
+
```typescript declare const manuallyRevokedAt: Date | null | undefined; ```
Sends a verification email to this contact channel. Once the user clicks the verification link in the email, the contact channel will be marked as verified.
0 commit comments