AuthenticationServicing
public protocol AuthenticationServicing
The protocol for providing authentication services.
-
Obtains new access token with given OAuth request.
Declaration
Swift
func refreshAccessToken(request: OAuthRequest, response: LoadableSubject<AccessToken>)
Parameters
request
The OAuth request.
response
The loadable subject to store the access token response.