Package flyteidl.service
Class AuthMetadataServiceGrpc.AuthMetadataServiceBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<AuthMetadataServiceGrpc.AuthMetadataServiceBlockingStub>
-
- flyteidl.service.AuthMetadataServiceGrpc.AuthMetadataServiceBlockingStub
-
- Enclosing class:
- AuthMetadataServiceGrpc
public static final class AuthMetadataServiceGrpc.AuthMetadataServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<AuthMetadataServiceGrpc.AuthMetadataServiceBlockingStub>
The following defines an RPC service that is also served over HTTP via grpc-gateway. Standard response codes for both are defined here: https://github.com/grpc-ecosystem/grpc-gateway/blob/master/runtime/errors.go RPCs defined in this service must be anonymously accessible.
-
-
Constructor Summary
Constructors Modifier Constructor Description privateAuthMetadataServiceBlockingStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AuthMetadataServiceGrpc.AuthMetadataServiceBlockingStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)Auth.OAuth2MetadataResponsegetOAuth2Metadata(Auth.OAuth2MetadataRequest request)Anonymously accessible.Auth.PublicClientAuthConfigResponsegetPublicClientConfig(Auth.PublicClientAuthConfigRequest request)Anonymously accessible.
-
-
-
Method Detail
-
build
protected AuthMetadataServiceGrpc.AuthMetadataServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<AuthMetadataServiceGrpc.AuthMetadataServiceBlockingStub>
-
getOAuth2Metadata
public Auth.OAuth2MetadataResponse getOAuth2Metadata(Auth.OAuth2MetadataRequest request)
Anonymously accessible. Retrieves local or external oauth authorization server metadata.
-
getPublicClientConfig
public Auth.PublicClientAuthConfigResponse getPublicClientConfig(Auth.PublicClientAuthConfigRequest request)
Anonymously accessible. Retrieves the client information clients should use when initiating OAuth2 authorization requests.
-
-