FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: secureTokenRequest

Description

A secureTokenRequest contains an element of IdentityType.

Derived By

Type IdentityType

Content Model

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   
Referenced By
Name  Type 
getSecureToken  Method 
XML Example

The following XML fragment illustrates a getSecureTokenRequest message:

<secureTokenRequest>
     <userId>sjoe</userId>
</secureTokenRequest>