Device solutions
End to end solutions
Product accelerators
Get Started
APIs
IoT Devices
Version 1.9 - Updated on 05/04/2017
Superclass: NSObject Declared In: PCAuthenticationResponse.h
NSObject
PCAuthenticationResponse.h
accessToken
expiresIn
isAuthenticated
refreshToken
PCAuthenticationResponse stores access token and related credentials.
PCAuthenticationResponse
@property (nonatomic, readonly) NSString *accessToken;
@property (nonatomic, readonly) NSTimeInterval expiresIn;
@property (nonatomic, readonly) BOOL isAuthenticated;
loggedIn
@property (nonatomic, readonly) NSString *refreshToken;
GET /token
grant_type
refresh_token
Copyright © 2015-2017, Verizon and/or its Licensors. All rights reserved.