Rate this page:

VILoginSuccess

Copy URL
typedef 

void

(^VILoginSuccess)(

NSString *

displayName,

VIAuthParams * __nullable

authParams
)

Completion handler, triggered when a login operation is completed successfully.

Parameters

  • displayName:

    NSString *

    Display name of logged in user.

  • authParams:

    VIAuthParams * __nullable

    Auth parameters that can be used to login using access token.

Returns

  • type:

    void