Scope

public final class Scope extends Object
implements 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.

Inherited Constant Summary

Field Summary

public static final Creator<Scope> CREATOR

Public Constructor Summary

Scope(String scopeUri)
Creates a new scope with the given URI.

Public Method Summary

boolean
int
String
void
writeToParcel(Parcel dest, int flags)

Inherited Method Summary

Fields

public static final Creator<Scope> CREATOR

Public Constructors

public Scope (String scopeUri)

Creates a new scope with the given URI.

Public Methods

public boolean equals (Object o)

public int hashCode ()

public String toString ()

public void writeToParcel (Parcel dest, int flags)