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