| | |
| | | /** |
| | | The graph domain where this access token is valid. |
| | | */ |
| | | @property (nonatomic, copy, readonly) NSString *graphDomain; |
| | | @property (nonatomic, copy, readonly) NSString *graphDomain DEPRECATED_MSG_ATTRIBUTE("The graphDomain property will be removed from AccessToken in the next major release. Use the graphDomain property on AuthenticationToken instead."); |
| | | |
| | | /** |
| | | Returns whether the access token is expired by checking its expirationDate property |
| | |
| | | expirationDate:(nullable NSDate *)expirationDate |
| | | refreshDate:(nullable NSDate *)refreshDate |
| | | dataAccessExpirationDate:(nullable NSDate *)dataAccessExpirationDate |
| | | graphDomain:(nullable NSString *)graphDomain; |
| | | graphDomain:(nullable NSString *)graphDomain |
| | | DEPRECATED_MSG_ATTRIBUTE("The graphDomain property will be removed from AccessToken in the next major release. Use initializers that do not take in graphDomain domain instead."); |
| | | |
| | | /** |
| | | Convenience getter to determine if a permission has been granted |