github.com/twilio/twilio-go@v1.20.1/rest/verify/v2/docs/VerifyV2AccessToken.md (about)

     1  # VerifyV2AccessToken
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **Sid** | Pointer to **string** | A 34 character string that uniquely identifies this Access Token. |
     8  **AccountSid** | Pointer to **string** | The unique SID identifier of the Account. |
     9  **ServiceSid** | Pointer to **string** | The unique SID identifier of the Verify Service. |
    10  **EntityIdentity** | Pointer to **string** | The unique external identifier for the Entity of the Service. |
    11  **FactorType** | Pointer to [**string**](AccessTokenEnumFactorTypes.md) |  |
    12  **FactorFriendlyName** | Pointer to **string** | A human readable description of this factor, up to 64 characters. For a push factor, this can be the device's name. |
    13  **Token** | Pointer to **string** | The access token generated for enrollment, this is an encrypted json web token. |
    14  **Url** | Pointer to **string** | The URL of this resource. |
    15  **Ttl** | Pointer to **int** | How long, in seconds, the access token is valid. Max: 5 minutes |
    16  **DateCreated** | Pointer to [**time.Time**](time.Time.md) | The date that this access token was created, given in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. |
    17  
    18  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    19  
    20