FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A secureTokenRequest contains an element of IdentityType.
Type IdentityType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
![]() |
1..1 | ||
userId | string | 1..1 | userId is the identity of the user for whom the token will be requested. FlexNet Operations will generate a token linked to this userId. |
tokenTimeoutSeconds | integer | 0..1 | |
Name | Type |
---|---|
getSecureToken | Method |
The following XML fragment illustrates a getSecureTokenRequest message:
<secureTokenRequest>
<userId>sjoe</userId>
</secureTokenRequest>