mFAEnable method
Enables Multi-Factor Authentication (MFA) for the specified user account.
Side Effects:
- Initializes a new cryptographic seed for the user.
- Generates a setup QR code image payload required to configure authenticator applications.
Implementation
$grpc.ResponseFuture<$1.ImageResponse> mFAEnable(
$1.IdentifierUUID request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$mFAEnable, request, options: options);
}