Version 1.9 - Updated on 05/04/2017
Superclass: NSObject
Declared In: PCAuthenticationResponse.h
PCAuthenticationResponse
stores access token and related credentials.
accessToken
@property (nonatomic,
readonly) NSString *accessToken;
expiresIn
@property (nonatomic,
readonly) NSTimeInterval expiresIn;
isAuthenticated
@property (nonatomic,
readonly) BOOL isAuthenticated;
loggedIn
user has a stored accessToken
. Returns NO otherwise.refreshToken
@property (nonatomic,
readonly) NSString *refreshToken;
GET /token
(with grant_type
=refresh_token
), to obtain a fresh access token.Copyright © 2015-2017, Verizon and/or its Licensors. All rights reserved.