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.getHookKey(java.lang.String hookKeyId)
Retrieve a key
Retrieves a key by `hookKeyId`
|
HookKey |
HookKeyApi.replaceHookKey(java.lang.String hookKeyId,
KeyRequest keyRequest)
Replace a key
Replace a key by `hookKeyId`
|
Modifier and Type | Method and Description |
---|---|
java.util.List<HookKey> |
HookKeyApi.listHookKeys()
List all keys
Lists all keys
|
Modifier and Type | Method and Description |
---|---|
HookKey |
HookKey.embedded(JsonWebKey embedded) |
HookKey |
HookKey.isUsed(java.lang.Boolean isUsed) |
HookKey |
HookKey.name(java.lang.String name) |
Copyright © 2017-2022 Okta. All Rights Reserved.