Class OAuth2Scope.Google
java.lang.Object
cloud.opencode.base.oauth2.OAuth2Scope.Google
- Enclosing class:
OAuth2Scope
Google-specific scopes
Google 特定范围
- Since:
- JDK 25, opencode-base-oauth2 V1.0.0
- Author:
- Leon Soo www.LeonSoo.com
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringGoogle Calendar full access Google 日历完全访问static final StringGoogle Calendar read-only Google 日历只读static final StringGoogle Drive full access Google 云端硬盘完全访问static final StringGoogle Drive read-only Google 云端硬盘只读static final StringGmail full access Gmail 完全访问static final StringGmail modify access Gmail 修改访问static final StringGmail read-only access Gmail 只读访问static final StringGmail send access Gmail 发送访问 -
Method Summary
-
Field Details
-
GMAIL_READONLY
-
GMAIL_SEND
-
GMAIL_FULL
-
GMAIL_MODIFY
-
CALENDAR_READONLY
-
CALENDAR
-
DRIVE_READONLY
-
DRIVE
-