github.com/antihax/goesi@v0.0.0-20240126031043-6c54d0cb7f95/meta/docs/GetVerifyOk.md (about) 1 # GetVerifyOk 2 3 ## Properties 4 Name | Type | Description | Notes 5 ------------ | ------------- | ------------- | ------------- 6 **CharacterID** | **int32** | Token owner's character ID | [default to null] 7 **CharacterName** | **string** | Token owner's character name | [optional] [default to null] 8 **CharacterOwnerHash** | **string** | Hash of the character's owner. If the character is sold or otherwise transferred, this will change | [optional] [default to null] 9 **ExpiresOn** | **string** | Expiry time of the token (not RFC3339) | [optional] [default to null] 10 **IntellectualProperty** | **string** | The IP which generated the token | [optional] [default to null] 11 **Scopes** | **string** | Space separated list of scopes the token is valid for | [optional] [default to null] 12 **TokenType** | **string** | Type of access token | [optional] [default to null] 13 14 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 15 16