1Authen::U2F::Tester::ReUgsiesrteCroRnetsrpiobnustee(d3A)PuetrhlenD:o:cUu2mFe:n:tTaetsitoenr::RegisterResponse(3)
2
3
4

NAME

6       Authen::U2F::Tester::RegisterResponse - U2F Tester Registration
7       Response
8

VERSION

10       version 0.03
11

SYNOPSIS

13        use Authen::U2F::Tester;
14
15        my $tester = Authen::U2F::Tester->new(...);
16
17        my $res = $tester->register(...);
18
19        print $res->client_data;
20        print $res->registration_data;
21
22        # print the binary response in hex format
23        print unpack 'H*', $res->response;
24

DESCRIPTION

26       This class represents a successful response to a registration request.
27

METHODS

29   registration_data(): string
30       Get the registration data from the tester's register request, in Base64
31       URL encoding.
32

SEE ALSO

34       •   Authen::U2F::Tester::Role::Response
35
36       •   Authen::U2F::Tester
37

SOURCE

39       The development version is on github at
40       <http://https://github.com/mschout/perl-authen-u2f-tester> and may be
41       cloned from
42       <git://https://github.com/mschout/perl-authen-u2f-tester.git>
43

BUGS

45       Please report any bugs or feature requests on the bugtracker website
46       <https://github.com/mschout/perl-authen-u2f-tester/issues>
47
48       When submitting a bug or request, please include a test-file or a patch
49       to an existing test-file that illustrates the bug or desired feature.
50

AUTHOR

52       Michael Schout <mschout@cpan.org>
53
55       This software is copyright (c) 2017 by Michael Schout.
56
57       This is free software; you can redistribute it and/or modify it under
58       the same terms as the Perl 5 programming language system itself.
59
60
61
62perl v5.38.0                      2023-A1u0t-h2e5n::U2F::Tester::RegisterResponse(3)
Impressum