RequestPermissionsAppsRequest

case class RequestPermissionsAppsRequest(scopes: String, trigger_id: String)
Value parameters:
scopes

A comma separated list of scopes to request for

trigger_id

Token used to trigger the permissions API

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