| 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 for use with other parts of the application, such as inline hooks  Use the key name to access this key for inline hook operations. 
 | 
HookKey | 
HookKeyApi.createHookKey(KeyRequest keyRequest,
             Map<String,String> additionalHeaders)
Create a key
 Creates a key for use with other parts of the application, such as inline hooks  Use the key name to access this key for inline hook operations. 
 | 
HookKey | 
HookKeyApi.replaceHookKey(String hookKeyId,
              KeyRequest keyRequest)
Replace a key
 Replaces a key by `hookKeyId`  This request replaces existing properties after passing validation. 
 | 
HookKey | 
HookKeyApi.replaceHookKey(String hookKeyId,
              KeyRequest keyRequest,
              Map<String,String> additionalHeaders)
Replace a key
 Replaces a key by `hookKeyId`  This request replaces existing properties after passing validation. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
KeyRequest | 
KeyRequest.name(String name)  | 
Copyright © 2017–2023 Okta. All rights reserved.