VIRefreshTokenResult
typedef void
(^VIRefreshTokenResult)(VIAuthParams * __nullable
authParams, NSError * __nullable
error)
Completion handler, triggered when authentication tokens in VIAuthParams are refreshed successfully.
Parameters
authParams:
VIAuthParams * __nullable
Auth parameters that can be used to log in via an access token
error:
NSError * __nullable
Occurred error. See VILoginErrorCode for for the error list
Returns
type:
void