NAME

Net::TacacsPlus::Packet::AuthenContinueBody - Tacacs+ authentication continue body

DESCRIPTION

8.  The authentication CONTINUE packet body

This packet is sent from the NAS to the daemon following the  receipt
of a REPLY packet.


      1 2 3 4 5 6 7 8  1 2 3 4 5 6 7 8  1 2 3 4 5 6 7 8  1 2 3 4 5 6 7 8

     +----------------+----------------+----------------+----------------+
     |          user_msg len           |            data len             |
     +----------------+----------------+----------------+----------------+
     |     flags      |  user_msg ...
     +----------------+----------------+----------------+----------------+
     |    data ...
     +----------------+

METHODS

new( somekey => somevalue)

Construct tacacs+ authentication CONTINUE packet body object

Parameters:

'continue_flags' : TAC_PLUS_CONTINUE_FLAG_ABORT - default none
'user_msg'       : user message requested by server
'data'           : data requested by server
decode($raw_body)

Construct body object from raw data.

raw()

Return binary data of packet body.