Method VerifyAsync
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
VerifyAsync(string?, CancellationToken)
Manually verifies the member to bypass the Membership Screening requirements.
public Task VerifyAsync(string? reason = null, CancellationToken cancellationToken = default)
Parameters
reasonstringReason for audit logs.
cancellationTokenCancellationTokenA token to cancel the request.