FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: secureTokenResponse

Description

A secureTokenResponse message contains an element of SecureTokenReturnType.

Derived By

Type TokenResponseType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
token  string  1..1  Secure token passed back to the external application. This token supports the implementation of a single sign-on mechanism for the external application and FlexNet Operations. The token should be used for the same user identity that is passed in the request.
Referenced By
Name  Type 
getSecureToken  Method 
XML Example

The following XML fragment illustrates a secureTokenResponse message:

<secureTokenResponse>
     <token>ras12hkflgthksgymjk</token>
</secureTokenResponse>