Uses of Class
com.okta.sdk.resource.model.HookKey
Packages that use HookKey
-
Uses of HookKey in com.okta.sdk.resource.api
Methods in com.okta.sdk.resource.api that return HookKeyModifier and TypeMethodDescriptionHookKeyApi.getHookKey
(String id) Retrieve a key by ID Retrieves the public portion of the Key object using the `id` parameter >**Note:** The `?expand=publickey` query parameter optionally returns the full object including the details of the public key in the response body's `_embedded` property.HookKeyApi.getHookKey
(String id, Map<String, String> additionalHeaders) Retrieve a key by ID Retrieves the public portion of the Key object using the `id` parameter >**Note:** The `?expand=publickey` query parameter optionally returns the full object including the details of the public key in the response body's `_embedded` property.Methods in com.okta.sdk.resource.api that return types with arguments of type HookKeyModifier and TypeMethodDescriptionHookKeyApi.listHookKeys()
List all keys Lists all keysHookKeyApi.listHookKeys
(Map<String, String> additionalHeaders) List all keys Lists all keys -
Uses of HookKey in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return HookKey