Uses of Class
com.okta.sdk.resource.model.ApiToken
Packages that use ApiToken
-
Uses of ApiToken in com.okta.sdk.resource.api
Methods in com.okta.sdk.resource.api that return ApiTokenModifier and TypeMethodDescriptionApiTokenApi.getApiToken(String apiTokenId) Retrieve an API Token's Metadata Retrieves the metadata for an active API token by idApiTokenApi.getApiToken(String apiTokenId, Map<String, String> additionalHeaders) Retrieve an API Token's Metadata Retrieves the metadata for an active API token by idMethods in com.okta.sdk.resource.api that return types with arguments of type ApiTokenModifier and TypeMethodDescriptionApiTokenApi.listApiTokens(String after, Integer limit, String q) List all API Token Metadata Lists all the metadata of the active API tokensApiTokenApi.listApiTokens(String after, Integer limit, String q, Map<String, String> additionalHeaders) List all API Token Metadata Lists all the metadata of the active API tokens -
Uses of ApiToken in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return ApiToken