loginWithTid

abstract fun loginWithTid(    activity: Activity,     listener: NuguOAuthInterface.OnLoginListener,     data: Map<String, String> = mapOf(),     theme: NuguOAuthInterface.THEME = THEME.LIGHT)

Start the login with tid

Parameters

activity

The activity making the call.

listener

Listener to receive result.

data

Constructs any extra parameters necessary to include in the request uri for the client authentication.

theme

Optional custom theme.