Scope

class Scope : Parcelable


Describes an OAuth 2.0 scope to request. This has security implications for the user, and requesting additional scopes will result in authorization dialogs.

Summary

Constants

const Parcelable.Creator<Scope!>!

Public constructors

Scope(scopeUri: String!)

Creates a new scope with the given URI.

Public functions

Boolean
equals(o: Any?)
Int
String!
Unit
writeToParcel(dest: Parcel!, flags: Int)

Inherited functions

From android.os.Parcelable
abstract Int

Constants

CREATOR

const val CREATORParcelable.Creator<Scope!>!

Public constructors

Scope

Scope(scopeUri: String!)

Creates a new scope with the given URI.

Public functions

equals

fun equals(o: Any?): Boolean

hashCode

fun hashCode(): Int

toString

fun toString(): String!

writeToParcel

fun writeToParcel(dest: Parcel!, flags: Int): Unit