TokenPair
                                TokenPair                            
                            This contains the access token and the refresh token for the user API access.
JSON Example
                                    {
    "accessToken": "string",
    "refreshToken": {
        "id": "string"
    }
}
            
            
                                    string
                
                
            
        
        
                accessToken            
                            Optional
            
            
        Bearer token that can be used to make public API calls
