Uses of Class
org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlow.Builder
Packages that use AuthorizationCodeOAuthFlow.Builder
-
Uses of AuthorizationCodeOAuthFlow.Builder in org.a2aproject.sdk.grpc
Methods in org.a2aproject.sdk.grpc that return AuthorizationCodeOAuthFlow.BuilderModifier and TypeMethodDescriptionAuthorizationCodeOAuthFlow.Builder.clear()AuthorizationCodeOAuthFlow.Builder.clearAuthorizationUrl()The authorization URL to be used for this flow.AuthorizationCodeOAuthFlow.Builder.clearPkceRequired()Indicates if PKCE (RFC 7636) is required for this flow.AuthorizationCodeOAuthFlow.Builder.clearRefreshUrl()The URL to be used for obtaining refresh tokens.AuthorizationCodeOAuthFlow.Builder.clearScopes()AuthorizationCodeOAuthFlow.Builder.clearTokenUrl()The token URL to be used for this flow.OAuthFlows.Builder.getAuthorizationCodeBuilder()Configuration for the OAuth Authorization Code flow.AuthorizationCodeOAuthFlow.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) AuthorizationCodeOAuthFlow.Builder.mergeFrom(com.google.protobuf.Message other) AuthorizationCodeOAuthFlow.Builder.mergeFrom(AuthorizationCodeOAuthFlow other) AuthorizationCodeOAuthFlow.newBuilder()AuthorizationCodeOAuthFlow.newBuilder(AuthorizationCodeOAuthFlow prototype) AuthorizationCodeOAuthFlow.newBuilderForType()protected AuthorizationCodeOAuthFlow.BuilderAuthorizationCodeOAuthFlow.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) AuthorizationCodeOAuthFlow.Builder.putAllScopes(Map<String, String> values) The available scopes for the OAuth2 security scheme.The available scopes for the OAuth2 security scheme.AuthorizationCodeOAuthFlow.Builder.removeScopes(String key) The available scopes for the OAuth2 security scheme.AuthorizationCodeOAuthFlow.Builder.setAuthorizationUrl(String value) The authorization URL to be used for this flow.AuthorizationCodeOAuthFlow.Builder.setAuthorizationUrlBytes(com.google.protobuf.ByteString value) The authorization URL to be used for this flow.AuthorizationCodeOAuthFlow.Builder.setPkceRequired(boolean value) Indicates if PKCE (RFC 7636) is required for this flow.AuthorizationCodeOAuthFlow.Builder.setRefreshUrl(String value) The URL to be used for obtaining refresh tokens.AuthorizationCodeOAuthFlow.Builder.setRefreshUrlBytes(com.google.protobuf.ByteString value) The URL to be used for obtaining refresh tokens.AuthorizationCodeOAuthFlow.Builder.setTokenUrl(String value) The token URL to be used for this flow.AuthorizationCodeOAuthFlow.Builder.setTokenUrlBytes(com.google.protobuf.ByteString value) The token URL to be used for this flow.AuthorizationCodeOAuthFlow.toBuilder()Methods in org.a2aproject.sdk.grpc with parameters of type AuthorizationCodeOAuthFlow.BuilderModifier and TypeMethodDescriptionOAuthFlows.Builder.setAuthorizationCode(AuthorizationCodeOAuthFlow.Builder builderForValue) Configuration for the OAuth Authorization Code flow.