OAuth2Session
public class OAuth2Session : SessionProtocol, ExpiredTokenHandling
Undocumented
-
Declaration
Swift
public func getAccessToken(completion: @escaping AccessTokenClosure)
-
Declaration
Swift
public func handleExpiredToken(completion: @escaping Callback<Void>)
-
Undocumented
Declaration
Swift
public func refreshToken(completion: @escaping AccessTokenClosure)
-
Declaration
Swift
public func revokeTokens(completion: @escaping Callback<Void>)
-
Downscope the token.
Declaration
Swift
public func downscopeToken( scope: Set<TokenScope>, resource: String? = nil, sharedLink: String? = nil, completion: @escaping TokenInfoClosure )
Parameters
scope
Scope or scopes that you want to apply to the resulting token.
resource
Full url path to the file that the token should be generated for, eg: https://api.box.com/2.0/files/{file_id}
sharedLink
Shared link to get a token for.
completion
Returns the success or an error.