Enum google_plusdomains1::Scope[][src]

pub enum Scope {
    PluLogin,
    UserinfoProfile,
    PluStreamRead,
    PluCircleRead,
    PluProfileRead,
    PluCircleWrite,
    UserinfoEmail,
    PluMediaUpload,
    PluStreamWrite,
    PluMe,
}

Identifies the an OAuth2 authorization scope. A scope is needed when requesting an authorization token.

Variants

Know the list of people in your circles, your age range, and language

View your basic profile info

View your Google+ posts, comments, and stream

View your circles and the people and pages in them

View your own Google+ profile and profiles visible to you

Manage your circles and add people and pages. People and pages you add to your circles will be notified. Others may see this information publicly. People you add to circles can use Hangouts with you.

View your email address

Send your photos and videos to Google+

Manage your Google+ posts, comments, and stream

Know who you are on Google

Trait Implementations

impl PartialEq for Scope
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Scope
[src]

impl Hash for Scope
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl AsRef<str> for Scope
[src]

Performs the conversion.

impl Default for Scope
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for Scope

impl Sync for Scope