Token Based Auth
fun TokenBasedAuth( @Json(name = "session" ) session: String? = null, @Json(name = "token" ) token: String? = null, @Json(name = "txn_id" ) transactionId: String? = null, @Json(name = "type" ) type: String? = LoginFlowTypes.TOKEN)
Content copied to clipboard