public class ServiceProviderGRPCClient extends com.vendasta.vax.GRPCClient<ServiceProviderGrpc.ServiceProviderBlockingStub> implements ServiceProviderClientInterface
| Constructor and Description |
|---|
ServiceProviderGRPCClient(String host,
String scope,
boolean secure) |
ServiceProviderGRPCClient(String host,
String scope,
boolean secure,
float defaultTimeout) |
ServiceProviderGRPCClient(String host,
String scope,
InputStream serviceAccount,
boolean secure,
float defaultTimeout) |
| Modifier and Type | Method and Description |
|---|---|
GetLogoutURLResponse |
GetLogoutURL(GetLogoutURLRequest req,
com.vendasta.vax.RequestOptions.Builder options) |
GetSessionTransferURLResponse |
GetSessionTransferURL(GetSessionTransferURLRequest req,
com.vendasta.vax.RequestOptions.Builder options) |
protected ServiceProviderGrpc.ServiceProviderBlockingStub |
newBlockingStub(io.grpc.ManagedChannel channel) |
public ServiceProviderGRPCClient(String host, String scope, boolean secure)
public ServiceProviderGRPCClient(String host, String scope, boolean secure, float defaultTimeout)
public ServiceProviderGRPCClient(String host, String scope, InputStream serviceAccount, boolean secure, float defaultTimeout)
protected ServiceProviderGrpc.ServiceProviderBlockingStub newBlockingStub(io.grpc.ManagedChannel channel)
newBlockingStub in class com.vendasta.vax.GRPCClient<ServiceProviderGrpc.ServiceProviderBlockingStub>public GetSessionTransferURLResponse GetSessionTransferURL(GetSessionTransferURLRequest req, com.vendasta.vax.RequestOptions.Builder options) throws com.vendasta.vax.SDKException
GetSessionTransferURL in interface ServiceProviderClientInterfacecom.vendasta.vax.SDKExceptionpublic GetLogoutURLResponse GetLogoutURL(GetLogoutURLRequest req, com.vendasta.vax.RequestOptions.Builder options) throws com.vendasta.vax.SDKException
GetLogoutURL in interface ServiceProviderClientInterfacecom.vendasta.vax.SDKExceptionCopyright © 2021. All rights reserved.