POST api/Account?token={token}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| token | string |
Required |
Body Parameters
None.
Response Information
Resource Description
JwtSecurityToken| Name | Description | Type | Additional information |
|---|---|---|---|
| Actor | string |
None. |
|
| Audiences | Collection of string |
None. |
|
| Claims | Collection of Claim |
None. |
|
| EncodedHeader | string |
None. |
|
| EncodedPayload | string |
None. |
|
| Header | Dictionary of Object [key] and Object [value] |
None. |
|
| Id | string |
None. |
|
| Issuer | string |
None. |
|
| Payload | Dictionary of Object [key] and Object [value] |
None. |
|
| InnerToken | JwtSecurityToken |
None. |
|
| RawAuthenticationTag | string |
None. |
|
| RawCiphertext | string |
None. |
|
| RawData | string |
None. |
|
| RawEncryptedKey | string |
None. |
|
| RawInitializationVector | string |
None. |
|
| RawHeader | string |
None. |
|
| RawPayload | string |
None. |
|
| RawSignature | string |
None. |
|
| SecurityKey | SecurityKey |
None. |
|
| SignatureAlgorithm | string |
None. |
|
| SigningCredentials | SigningCredentials |
None. |
|
| EncryptingCredentials | EncryptingCredentials |
None. |
|
| SigningKey | SecurityKey |
None. |
|
| Subject | string |
None. |
|
| ValidFrom | date |
None. |
|
| ValidTo | date |
None. |
|
| IssuedAt | date |
None. |
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.