Uses of Class
com.okta.sdk.resource.model.KeyRequest
Packages that use KeyRequest
-
Uses of KeyRequest in com.okta.sdk.resource.api
Methods in com.okta.sdk.resource.api with parameters of type KeyRequestModifier and TypeMethodDescriptionHookKeyApi.createHookKey
(KeyRequest keyRequest) Create a key Creates a key for use with other parts of the application, such as inline hooks > **Note:** Use the key name to access this key for inline hook operations.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 > **Note:** Use the key name to access this key for inline hook operations.HookKeyApi.replaceHookKey
(String id, KeyRequest keyRequest) Replace a key Replaces a key by `id` This request replaces existing properties after passing validation.HookKeyApi.replaceHookKey
(String id, KeyRequest keyRequest, Map<String, String> additionalHeaders) Replace a key Replaces a key by `id` This request replaces existing properties after passing validation. -
Uses of KeyRequest in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return KeyRequest