createWebAuthNRegistrationLink method
ResponseFuture<CreateWebAuthNRegistrationLinkResponse>
createWebAuthNRegistrationLink(
- CreateWebAuthNRegistrationLinkRequest request, {
- CallOptions? options,
Create a WebAuthN registration link
Create a link, which includes a code, that can either be returned or directly sent to the user. The code will allow the user to start a new WebAuthN registration.
Implementation
$grpc.ResponseFuture<$0.CreateWebAuthNRegistrationLinkResponse>
createWebAuthNRegistrationLink(
$0.CreateWebAuthNRegistrationLinkRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$createWebAuthNRegistrationLink, request,
options: options);
}