The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

OpenID::Lite::Association - Association class

SYNOPSIS

    $assoc->handle;
    $assoc->secret;
    $assoc->type;
    $assoc->expires_in;
    $assoc->issued;
    $assoc->expires_at;
    $assoc->is_expires;
    $assoc->copy;

DESCRIPTION

This class's object represents association that established between RP and OP. You don't need to build association by yourself.

AUTHOR

Lyo Kato, <lyo.kato@gmail.com>

COPYRIGHT AND LICENSE

Copyright (C) 2009 by Lyo Kato

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.