hubcat

Authorizations

trait Authorizations extends AnyRef

Self Type
Authorizations with Requests
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Authorizations
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. case class AuthorizationBuilder(_scopes: Option[Seq[String]] = scala.None, _note: Option[String] = scala.None, _url: Option[String] = scala.None, _client: Option[(String, String)] = scala.None) extends Completion with Jsonizing with Product with Serializable

    Builder for new authorizations

  2. case class ReauthorizeBuilder(id: String, _scopes: Option[Seq[String]] = scala.None, _scopeop: Option[Boolean] = scala.None, _url: Option[String] = scala.None, _note: Option[String] = scala.None) extends Completion with Jsonizing with Product with Serializable

    Builder for updating existing authorizations

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def authorization(id: Int): Completion

    fetch one authorization (http://developer.

    fetch one authorization (http://developer.github.com/v3/oauth/#get-a-single-authorization)

  8. def authorizations: Completion

    fetch authorizations (http://developer.

    fetch authorizations (http://developer.github.com/v3/oauth/#list-your-authorizations)

  9. def authorize: (Authorizations.this)#AuthorizationBuilder

    create a new authorization (http://developer.

    create a new authorization (http://developer.github.com/v3/oauth/#create-a-new-authorization)

  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def deauthorize(id: Int): Completion

    undo an authorization (http://developer.

    undo an authorization (http://developer.github.com/v3/oauth/#delete-an-authorization)

  12. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  19. final def notify(): Unit

    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  21. def reauthorize(id: String): (Authorizations.this)#ReauthorizeBuilder

    update an existing authorization (http://developer.

    update an existing authorization (http://developer.github.com/v3/oauth/#update-an-existing-authorization)

  22. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  23. def toString(): String

    Definition Classes
    AnyRef → Any
  24. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped