RevokeAccessRequest.Builder
Stay organized with collections
Save and categorize content based on your preferences.
Public Constructor Summary
Inherited Method Summary
From class java.lang.Object
Object
|
clone()
|
boolean |
|
void |
finalize()
|
final Class<?>
|
getClass()
|
int |
hashCode()
|
final void |
notify()
|
final void |
notifyAll()
|
String
|
toString()
|
final void |
wait(long arg0, int arg1)
|
final void |
wait(long arg0)
|
final void |
wait()
|
Public Methods
Sets the account that the application is revoking access for.
Sets the list of OAuth 2.0 scopes that the application is revoking access for.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-07-23 UTC.
[null,null,["Last updated 2025-07-23 UTC."],[],[],null,["# RevokeAccessRequest.Builder\n\npublic static abstract class **RevokeAccessRequest.Builder** extends [Object](//developer.android.com/reference/java/lang/Object.html) \nBuilder for [RevokeAccessRequest](/android/reference/com/google/android/gms/auth/api/identity/RevokeAccessRequest). \n\n### Public Constructor Summary\n\n|---|----------------------------------------------------------------------------------------------------------------|\n| | [Builder](/android/reference/com/google/android/gms/auth/api/identity/RevokeAccessRequest.Builder#Builder())() |\n\n### Public Method Summary\n\n|---------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| abstract [RevokeAccessRequest](/android/reference/com/google/android/gms/auth/api/identity/RevokeAccessRequest) | [build](/android/reference/com/google/android/gms/auth/api/identity/RevokeAccessRequest.Builder#build())() Builds the [RevokeAccessRequest](/android/reference/com/google/android/gms/auth/api/identity/RevokeAccessRequest). |\n| abstract [RevokeAccessRequest.Builder](/android/reference/com/google/android/gms/auth/api/identity/RevokeAccessRequest.Builder) | [setAccount](/android/reference/com/google/android/gms/auth/api/identity/RevokeAccessRequest.Builder#setAccount(android.accounts.Account))([Account](//developer.android.com/reference/android/accounts/Account.html) account) Sets the account that the application is revoking access for. |\n| abstract [RevokeAccessRequest.Builder](/android/reference/com/google/android/gms/auth/api/identity/RevokeAccessRequest.Builder) | [setScopes](/android/reference/com/google/android/gms/auth/api/identity/RevokeAccessRequest.Builder#setScopes(java.util.List\u003ccom.google.android.gms.common.api.Scope\u003e))([List](//developer.android.com/reference/java/util/List.html)\\\u003c[Scope](/android/reference/com/google/android/gms/common/api/Scope)\\\u003e scopes) Sets the list of OAuth 2.0 scopes that the application is revoking access for. |\n\n### Inherited Method Summary\n\nFrom class java.lang.Object \n\n|----------------------------------------------------------------------------|--------------------------------------------------------------------------------|\n| [Object](//developer.android.com/reference/java/lang/Object.html) | clone() |\n| boolean | equals([Object](//developer.android.com/reference/java/lang/Object.html) arg0) |\n| void | finalize() |\n| final [Class](//developer.android.com/reference/java/lang/Class.html)\\\u003c?\\\u003e | getClass() |\n| int | hashCode() |\n| final void | notify() |\n| final void | notifyAll() |\n| [String](//developer.android.com/reference/java/lang/String.html) | toString() |\n| final void | wait(long arg0, int arg1) |\n| final void | wait(long arg0) |\n| final void | wait() |\n\nPublic Constructors\n-------------------\n\n#### public **Builder** ()\n\nPublic Methods\n--------------\n\n#### public abstract [RevokeAccessRequest](/android/reference/com/google/android/gms/auth/api/identity/RevokeAccessRequest)\n**build** ()\n\nBuilds the [RevokeAccessRequest](/android/reference/com/google/android/gms/auth/api/identity/RevokeAccessRequest). \n\n#### public abstract [RevokeAccessRequest.Builder](/android/reference/com/google/android/gms/auth/api/identity/RevokeAccessRequest.Builder) **setAccount** ([Account](//developer.android.com/reference/android/accounts/Account.html) account)\n\nSets the account that the application is revoking access for. \n\n#### public abstract [RevokeAccessRequest.Builder](/android/reference/com/google/android/gms/auth/api/identity/RevokeAccessRequest.Builder) **setScopes** ([List](//developer.android.com/reference/java/util/List.html)\\\u003c[Scope](/android/reference/com/google/android/gms/common/api/Scope)\\\u003e scopes)\n\nSets the list of OAuth 2.0 scopes that the application is revoking access for."]]