case class AccessOauthRequest(code: 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. Only valid with a legacy workspace app.
- Companion:
- object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any