Java com.google.api.client.googleapis.auth.oauth2 GoogleClientSecrets fields, constructors, methods, implement or subclass

Example usage for Java com.google.api.client.googleapis.auth.oauth2 GoogleClientSecrets fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.api.client.googleapis.auth.oauth2 GoogleClientSecrets.

The text is from its open source code.

Constructor

Method

DetailsgetDetails()
Returns the details for either installed or web applications.
DetailsgetInstalled()
Returns the details for installed applications.
DetailsgetWeb()
Returns the details for web applications.
GoogleClientSecretsload(JsonFactory jsonFactory, Reader reader)
Loads the client_secrets.json file from the given reader.
GoogleClientSecretsset(String fieldName, Object value)
GoogleClientSecretssetInstalled(Details installed)
Sets the details for installed applications.
GoogleClientSecretssetWeb(Details web)
Sets the details for web applications.