Rate this page:

VILoginSuccess

Copy URL
typedef 

void

(^VILoginSuccess)(

NSString *

displayName,

VIAuthParams * __nullable

authParams
)

Completion handler, triggered when the login process is completed successfully.

Parameters

  • displayName:

    NSString *

    Display name of the logged in user

  • authParams:

    VIAuthParams * __nullable

    Auth parameters that can be used to log in via an access token

Returns

  • type:

    void