FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A secureTokenResponse message contains an element of SecureTokenReturnType.
Type TokenResponseType
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. |
Name | Type |
---|---|
getSecureToken | Method |
The following XML fragment illustrates a secureTokenResponse message:
<secureTokenResponse>
<token>ras12hkflgthksgymjk</token>
</secureTokenResponse>