Uses of Class
com.coreos.dex.api.DexOuterClass.ListRefreshResp
Packages that use DexOuterClass.ListRefreshResp
- 
Uses of DexOuterClass.ListRefreshResp in com.coreos.dex.api
Methods in com.coreos.dex.api that return DexOuterClass.ListRefreshRespModifier and TypeMethodDescriptionDexOuterClass.ListRefreshResp.Builder.build()DexOuterClass.ListRefreshResp.Builder.buildPartial()DexOuterClass.ListRefreshResp.getDefaultInstance()DexOuterClass.ListRefreshResp.Builder.getDefaultInstanceForType()DexOuterClass.ListRefreshResp.getDefaultInstanceForType()DexGrpc.DexBlockingStub.listRefresh(DexOuterClass.ListRefreshReq request) ListRefresh lists all the refresh token entries for a particular user.DexGrpc.DexBlockingV2Stub.listRefresh(DexOuterClass.ListRefreshReq request) ListRefresh lists all the refresh token entries for a particular user.DexOuterClass.ListRefreshResp.parseDelimitedFrom(InputStream input) DexOuterClass.ListRefreshResp.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DexOuterClass.ListRefreshResp.parseFrom(byte[] data) DexOuterClass.ListRefreshResp.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DexOuterClass.ListRefreshResp.parseFrom(com.google.protobuf.ByteString data) DexOuterClass.ListRefreshResp.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DexOuterClass.ListRefreshResp.parseFrom(com.google.protobuf.CodedInputStream input) DexOuterClass.ListRefreshResp.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DexOuterClass.ListRefreshResp.parseFrom(InputStream input) DexOuterClass.ListRefreshResp.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DexOuterClass.ListRefreshResp.parseFrom(ByteBuffer data) DexOuterClass.ListRefreshResp.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.coreos.dex.api that return types with arguments of type DexOuterClass.ListRefreshRespModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<DexOuterClass.ListRefreshReq,DexOuterClass.ListRefreshResp> DexGrpc.getListRefreshMethod()com.google.protobuf.Parser<DexOuterClass.ListRefreshResp>DexOuterClass.ListRefreshResp.getParserForType()com.google.common.util.concurrent.ListenableFuture<DexOuterClass.ListRefreshResp>DexGrpc.DexFutureStub.listRefresh(DexOuterClass.ListRefreshReq request) ListRefresh lists all the refresh token entries for a particular user.static com.google.protobuf.Parser<DexOuterClass.ListRefreshResp>DexOuterClass.ListRefreshResp.parser()Methods in com.coreos.dex.api with parameters of type DexOuterClass.ListRefreshRespModifier and TypeMethodDescriptionDexOuterClass.ListRefreshResp.Builder.mergeFrom(DexOuterClass.ListRefreshResp other) DexOuterClass.ListRefreshResp.newBuilder(DexOuterClass.ListRefreshResp prototype) Method parameters in com.coreos.dex.api with type arguments of type DexOuterClass.ListRefreshRespModifier and TypeMethodDescriptiondefault voidDexGrpc.AsyncService.listRefresh(DexOuterClass.ListRefreshReq request, io.grpc.stub.StreamObserver<DexOuterClass.ListRefreshResp> responseObserver) ListRefresh lists all the refresh token entries for a particular user.voidDexGrpc.DexStub.listRefresh(DexOuterClass.ListRefreshReq request, io.grpc.stub.StreamObserver<DexOuterClass.ListRefreshResp> responseObserver) ListRefresh lists all the refresh token entries for a particular user.