| Package | Description |
|---|---|
| org.openapitools.client.api | |
| org.openapitools.client.model |
| Modifier and Type | Method and Description |
|---|---|
HookKey |
HookKeyApi.createHookKey(KeyRequest keyRequest)
Create a key
Creates a key
|
HookKey |
HookKeyApi.createHookKey(KeyRequest keyRequest,
Map<String,String> additionalHeaders)
Create a key
Creates a key
|
HookKey |
HookKeyApi.replaceHookKey(String hookKeyId,
KeyRequest keyRequest)
Replace a key
Replaces a key by `hookKeyId`
|
HookKey |
HookKeyApi.replaceHookKey(String hookKeyId,
KeyRequest keyRequest,
Map<String,String> additionalHeaders)
Replace a key
Replaces a key by `hookKeyId`
|
| Modifier and Type | Method and Description |
|---|---|
KeyRequest |
KeyRequest.name(String name) |
Copyright © 2017–2023 Okta. All rights reserved.