registerU2F method
ResponseFuture<RegisterU2FResponse>
registerU2F(
- RegisterU2FRequest request, {
- CallOptions? options,
Start the registration of a u2f token for a user
Start the registration of a u2f token for a user, as a response the public key credential creation options are returned, which are used to verify the u2f token.
Deprecated: please move to the corresponding endpoint under user service v2 (GA).
Implementation
$grpc.ResponseFuture<$0.RegisterU2FResponse> registerU2F(
$0.RegisterU2FRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$registerU2F, request, options: options);
}