Struct yup_oauth2::ConsoleApplicationSecret [] [src]

pub struct ConsoleApplicationSecret {
    pub web: Option<ApplicationSecret>,
    pub installed: Option<ApplicationSecret>,
}

A type to facilitate reading and writing the json secret file as returned by the google developer console

Fields

Trait Implementations

impl Default for ConsoleApplicationSecret
[src]

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