Package dev.speakeasyapi.sdk.client
Interface ISpeakeasyClient
- All Known Implementing Classes:
SpeakeasyClient
public interface ISpeakeasyClient
-
Method Summary
Modifier and TypeMethodDescriptiondev.speakeasyapi.accesstokens.Embedaccesstoken.EmbedAccessTokenResponsegetEmbedAccessToken(dev.speakeasyapi.accesstokens.Embedaccesstoken.EmbedAccessTokenRequest request) voidingestGrpc(String harString, String pathHint, String customerID, Masking masking)
-
Method Details
-
ingestGrpc
void ingestGrpc(String harString, String pathHint, String customerID, Masking masking) throws RuntimeException - Throws:
RuntimeException
-
getEmbedAccessToken
dev.speakeasyapi.accesstokens.Embedaccesstoken.EmbedAccessTokenResponse getEmbedAccessToken(dev.speakeasyapi.accesstokens.Embedaccesstoken.EmbedAccessTokenRequest request) throws RuntimeException - Throws:
RuntimeException
-