[Contents] [Prev] [Next] [Index] [Report an Error]


<authentication-response>

Usage

<rpc-reply>
    
<authentication-response>
            <status>authentication-outcome</status>
            <message>
message</message>
    </authentication-response>
</rpc-reply>

Description

Indicate whether an authentication attempt succeeded. The JUNOScript server returns the tag element in response to the <request-login> tag element emitted by a client application that uses the clear-text or Secure Sockets Layer (SSL) access protocol.

Contents

message—Names the account under which a connection to the JUNOScript server is established, if authentication succeeds. If authentication fails, explains the reason for the failure.

status—Indicates whether the authentication attempt succeeded. There are two possible values:

See Also

<challenge>, <request-login>, <rpc-reply>


[Contents] [Prev] [Next] [Index] [Report an Error]