| Name |
Type |
Description |
Notes |
| AccessToken |
String |
Access token |
[optional] |
| ExpiresIn |
Int32 |
The lifetime in seconds of the access token |
|
| RefreshToken |
String |
Refresh token |
[optional] |
| TokenType |
String |
The type of the token issued |
[optional] |
$AccessTokenResponse = Initialize-PSAdGuardDNSAccessTokenResponse -AccessToken jTFho_aymtN20pZR5RRSQAzd81I `
-ExpiresIn 2620978 `
-RefreshToken H3SW6YFJ-tOPe0FQCM1Jd6VnMiA `
-TokenType bearer
- Convert the resource to JSON
$AccessTokenResponse | ConvertTo-JSON
[Back to Model list] [Back to API list] [Back to README]