TokenOauthRequest

case class TokenOauthRequest(code: Option[String], redirect_uri: Option[String], single_channel: Option[Boolean])
Value parameters:
code

The code param returned via the OAuth callback.

redirect_uri

This must match the originally submitted URI (if one was sent).

single_channel

Request the user to add your app only to a single channel.

Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product