accountWithTid
abstract fun accountWithTid( activity: Activity, listener: NuguOAuthInterface.OnAccountListener, data: Map<String, String> = mapOf(), theme: NuguOAuthInterface.THEME = THEME.LIGHT)
Content copied to clipboard
Start the account info 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.