Uses of Class
org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlow
Packages that use AuthorizationCodeOAuthFlow
-
Uses of AuthorizationCodeOAuthFlow in org.a2aproject.sdk.grpc
Methods in org.a2aproject.sdk.grpc that return AuthorizationCodeOAuthFlowModifier and TypeMethodDescriptionAuthorizationCodeOAuthFlow.Builder.build()AuthorizationCodeOAuthFlow.Builder.buildPartial()OAuthFlows.Builder.getAuthorizationCode()Configuration for the OAuth Authorization Code flow.OAuthFlows.getAuthorizationCode()Configuration for the OAuth Authorization Code flow.OAuthFlowsOrBuilder.getAuthorizationCode()Configuration for the OAuth Authorization Code flow.static AuthorizationCodeOAuthFlowAuthorizationCodeOAuthFlow.getDefaultInstance()AuthorizationCodeOAuthFlow.Builder.getDefaultInstanceForType()AuthorizationCodeOAuthFlow.getDefaultInstanceForType()static AuthorizationCodeOAuthFlowAuthorizationCodeOAuthFlow.parseDelimitedFrom(InputStream input) static AuthorizationCodeOAuthFlowAuthorizationCodeOAuthFlow.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AuthorizationCodeOAuthFlowAuthorizationCodeOAuthFlow.parseFrom(byte[] data) static AuthorizationCodeOAuthFlowAuthorizationCodeOAuthFlow.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AuthorizationCodeOAuthFlowAuthorizationCodeOAuthFlow.parseFrom(com.google.protobuf.ByteString data) static AuthorizationCodeOAuthFlowAuthorizationCodeOAuthFlow.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AuthorizationCodeOAuthFlowAuthorizationCodeOAuthFlow.parseFrom(com.google.protobuf.CodedInputStream input) static AuthorizationCodeOAuthFlowAuthorizationCodeOAuthFlow.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AuthorizationCodeOAuthFlowAuthorizationCodeOAuthFlow.parseFrom(InputStream input) static AuthorizationCodeOAuthFlowAuthorizationCodeOAuthFlow.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AuthorizationCodeOAuthFlowAuthorizationCodeOAuthFlow.parseFrom(ByteBuffer data) static AuthorizationCodeOAuthFlowAuthorizationCodeOAuthFlow.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.a2aproject.sdk.grpc that return types with arguments of type AuthorizationCodeOAuthFlowModifier and TypeMethodDescriptioncom.google.protobuf.Parser<AuthorizationCodeOAuthFlow>AuthorizationCodeOAuthFlow.getParserForType()static com.google.protobuf.Parser<AuthorizationCodeOAuthFlow>AuthorizationCodeOAuthFlow.parser()Methods in org.a2aproject.sdk.grpc with parameters of type AuthorizationCodeOAuthFlowModifier and TypeMethodDescriptionOAuthFlows.Builder.mergeAuthorizationCode(AuthorizationCodeOAuthFlow value) Configuration for the OAuth Authorization Code flow.AuthorizationCodeOAuthFlow.Builder.mergeFrom(AuthorizationCodeOAuthFlow other) AuthorizationCodeOAuthFlow.newBuilder(AuthorizationCodeOAuthFlow prototype) OAuthFlows.Builder.setAuthorizationCode(AuthorizationCodeOAuthFlow value) Configuration for the OAuth Authorization Code flow. -
Uses of AuthorizationCodeOAuthFlow in org.a2aproject.sdk.grpc.mapper
Methods in org.a2aproject.sdk.grpc.mapper that return AuthorizationCodeOAuthFlowModifier and TypeMethodDescriptionAuthorizationCodeOAuthFlowMapper.toProto(AuthorizationCodeOAuthFlow domain) AuthorizationCodeOAuthFlowMapperImpl.toProto(AuthorizationCodeOAuthFlow domain) Methods in org.a2aproject.sdk.grpc.mapper with parameters of type AuthorizationCodeOAuthFlowModifier and TypeMethodDescriptionAuthorizationCodeOAuthFlowMapper.fromProto(AuthorizationCodeOAuthFlow proto) AuthorizationCodeOAuthFlowMapperImpl.fromProto(AuthorizationCodeOAuthFlow proto)