Uses of Interface
cloud.opencode.base.oauth2.token.TokenStore
Packages that use TokenStore
-
Uses of TokenStore in cloud.opencode.base.oauth2
Methods in cloud.opencode.base.oauth2 that return TokenStoreModifier and TypeMethodDescriptionstatic TokenStoreOpenOAuth2.fileTokenStore(String appName) Create a file-based token store in the user's home directory 在用户主目录中创建文件令牌存储static TokenStoreOpenOAuth2.fileTokenStore(Path directory) Create a file-based token store 创建文件令牌存储static TokenStoreOpenOAuth2.inMemoryTokenStore()Create an in-memory token store 创建内存令牌存储Methods in cloud.opencode.base.oauth2 with parameters of type TokenStoreModifier and TypeMethodDescriptionOAuth2Client.Builder.tokenStore(TokenStore tokenStore) Set the token store 设置 Token 存储 -
Uses of TokenStore in cloud.opencode.base.oauth2.token
Classes in cloud.opencode.base.oauth2.token that implement TokenStoreModifier and TypeClassDescriptionclassFile-based Token Store 文件 Token 存储classIn-Memory Token Store 内存 Token 存储