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

Example usage for Java com.google.api.client.googleapis.auth.oauth2 GoogleAuthorizationCodeRequestUrl 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 GoogleAuthorizationCodeRequestUrl.

The text is from its open source code.

Constructor

Method

GoogleAuthorizationCodeRequestUrlset(String fieldName, Object value)
GoogleAuthorizationCodeRequestUrlsetAccessType(String accessType)
Sets the access type ( "online" to request online access or "offline" to request offline access) or null for the default behavior of "online" .
GoogleAuthorizationCodeRequestUrlsetApprovalPrompt(String approvalPrompt)
Sets the approval prompt behavior ( "auto" to request auto-approval or "force" to force the approval UI to show) or null for the default behavior of "auto" .
GoogleAuthorizationCodeRequestUrlsetClientId(String clientId)
GoogleAuthorizationCodeRequestUrlsetRedirectUri(String redirectUri)
GoogleAuthorizationCodeRequestUrlsetScopes(Collection scopes)
GoogleAuthorizationCodeRequestUrlsetState(String state)