KeycloakOAuth2Module
An OAuth2Module subclass specific to ‘Keycloak’ authorization
-
Undocumented
-
Gateway to login with OpenIDConnect
Declaration
Swift
public override func login(completionHandler: (AnyObject?, OpenIDClaim?, NSError?) -> Void)
Parameters
completionHandler
A block object to be executed when the request operation finishes.
-
Request to refresh an access token.
Declaration
Swift
public override func refreshAccessToken(completionHandler: (AnyObject?, NSError?) -> Void)
Parameters
completionHandler
A block object to be executed when the request operation finishes.