public final class ApiKeyBuilder extends Object
| Constructor and Description |
|---|
ApiKeyBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static ApiKey |
build(PrivateKey signingKey,
String orgId,
String keyId,
AddOrganizationApiKeyRequest request)
Builds an APiKey based on the
organization,
apiKeyName arguments. |
public static ApiKey build(PrivateKey signingKey, String orgId, String keyId, AddOrganizationApiKeyRequest request)
organization,
apiKeyName arguments.signingKey - private key of key pair.orgId - organization Id.keyId - generated keyId for storage.request - context for creating the API key.Copyright © 2015–2019. All rights reserved.