createWebAuthNRegistrationLink method
ResponseFuture<CreateWebAuthNRegistrationLinkResponse>
createWebAuthNRegistrationLink(
- CreateWebAuthNRegistrationLinkRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$0.CreateWebAuthNRegistrationLinkResponse> createWebAuthNRegistrationLink($0.CreateWebAuthNRegistrationLinkRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$createWebAuthNRegistrationLink, request, options: options);
}