1Authen::U2F::Tester::SiUgsneRresCpoonntsrei(b3u)ted PerlAuDtohceunm:e:nUt2aFt:i:oTnester::SignResponse(3)
2
3
4

NAME

6       Authen::U2F::Tester::SignResponse - U2F Tester Sign Response
7

VERSION

9       version 0.03
10

SYNOPSIS

12        my $res = $tester->sign($app_id, $challenge, @keyhandles);
13
14        print $res->client_data;
15        print $res->key_handle;
16
17        print unpack 'H*', $res->response;
18

DESCRIPTION

20       This class is a signing response from a U2F signing request.
21

METHODS

23   key_handle(): string
24       Get the key handle, in Base64 URL format.
25
26   signature_data(): string
27       Get the signature data from the response, in Base64 URL encoded format.
28

SEE ALSO

30       •   Authen::U2F::Tester::Role::Response
31
32       •   Authen::U2F::Tester
33

SOURCE

35       The development version is on github at
36       <http://https://github.com/mschout/perl-authen-u2f-tester> and may be
37       cloned from
38       <git://https://github.com/mschout/perl-authen-u2f-tester.git>
39

BUGS

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

AUTHOR

48       Michael Schout <mschout@cpan.org>
49
51       This software is copyright (c) 2017 by Michael Schout.
52
53       This is free software; you can redistribute it and/or modify it under
54       the same terms as the Perl 5 programming language system itself.
55
56
57
58perl v5.38.0                      2023-10-2A5uthen::U2F::Tester::SignResponse(3)
Impressum