public static final class ServiceProviderGrpc.ServiceProviderBlockingStub extends io.grpc.stub.AbstractStub<ServiceProviderGrpc.ServiceProviderBlockingStub>
The Service Provider service provides RPC's for a service provider, such as a marketplace application, to initiate a session transfer.
| Modifier and Type | Method and Description |
|---|---|
protected ServiceProviderGrpc.ServiceProviderBlockingStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
ApiProto.GetLogoutURLResponse |
getLogoutURL(ApiProto.GetLogoutURLRequest request)
Get the logout url for an identity provider
|
ApiProto.GetSessionTransferURLResponse |
getSessionTransferURL(ApiProto.GetSessionTransferURLRequest request)
Get the session transfer URL for a given context.
|
protected ServiceProviderGrpc.ServiceProviderBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<ServiceProviderGrpc.ServiceProviderBlockingStub>public ApiProto.GetSessionTransferURLResponse getSessionTransferURL(ApiProto.GetSessionTransferURLRequest request)
Get the session transfer URL for a given context.
public ApiProto.GetLogoutURLResponse getLogoutURL(ApiProto.GetLogoutURLRequest request)
Get the logout url for an identity provider
Copyright © 2021. All rights reserved.