getAuthTokens
Get all auth tokens
Format
udclient [global-args...] [global-flags...]
getAuthTokens [parameters]
Parameters
Parameter | Type | Required | Description |
---|---|---|---|
page | int | true | Page number starting at 1 |
pageSize | int | true | Page size starting at 1 and to at most 100 |
Example command to get auth tokens by pagination
udclient -username jsmith -password passwd
-weburl https://deployserver.example.com:8443
getAuthTokens
-page 1
-pageSize 10
Related REST command: Get all auth tokens.