tokenLogin

fun tokenLogin(config: TokenConfig)

Deprecated

telnyxclient.tokenLogin is deprecated. Use telnyxclient.connect(...,autoLogin:true) with autoLogin set to true instead.

Logs the user in with credentials provided via TokenConfig

Parameters

config

, the TokenConfig used to log in

See also