Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
NSTokenManagementInfo
String GetAccessToken()
NSTokenManagementInfo thing; String accessToken = thing.GetAccessToken();
String GetProvider()
NSTokenManagementInfo thing; String provider = thing.GetProvider();
String GetRefreshToken()
NSTokenManagementInfo thing; String refreshToken = thing.GetRefreshToken();
Void SetAccessToken(String accessToken)
NSTokenManagementInfo thing; String accessToken; thing.SetAccessToken(accessToken);
Void SetProvider(String provider)
NSTokenManagementInfo thing; String provider; thing.SetProvider(provider);
Void SetRefreshToken(String refreshToken)
NSTokenManagementInfo thing; String refreshToken; thing.SetRefreshToken(refreshToken);
Was this page helpful?