Shopify SDK for Unity
Public Member Functions | List of all members
Shopify.Unity.CustomerAccessToken Class Reference

A CustomerAccessToken represents the unique token required to make modifications to the customer object. More...

Inheritance diagram for Shopify.Unity.CustomerAccessToken:
Shopify.Unity.SDK.AbstractResponse

Public Member Functions

 CustomerAccessToken (Dictionary< string, object > dataJSON)
 Accepts deserialized json data. Will further parse passed in data. More...
 
string accessToken ()
 The customer’s access token. More...
 
DateTime? expiresAt ()
 The date and time when the customer access token expires. More...
 
object Clone ()
 

Additional Inherited Members

- Protected Member Functions inherited from Shopify.Unity.SDK.AbstractResponse
Get< T > (string field, string alias=null)
 
- Protected Attributes inherited from Shopify.Unity.SDK.AbstractResponse
Dictionary< string, object > Data
 
- Properties inherited from Shopify.Unity.SDK.AbstractResponse
Dictionary< string, object > DataJSON [get, protected set]
 

Detailed Description

A CustomerAccessToken represents the unique token required to make modifications to the customer object.

Constructor & Destructor Documentation

◆ CustomerAccessToken()

Shopify.Unity.CustomerAccessToken.CustomerAccessToken ( Dictionary< string, object >  dataJSON)
inline

Accepts deserialized json data. Will further parse passed in data.

Parameters
dataJSONDeserialized JSON data for CustomerAccessToken

Member Function Documentation

◆ accessToken()

string Shopify.Unity.CustomerAccessToken.accessToken ( )
inline

The customer’s access token.

◆ expiresAt()

DateTime? Shopify.Unity.CustomerAccessToken.expiresAt ( )
inline

The date and time when the customer access token expires.


The documentation for this class was generated from the following file: