Uses of Class
com.okta.sdk.resource.model.UserFactorYubikeyOtpToken
Packages that use UserFactorYubikeyOtpToken
-
Uses of UserFactorYubikeyOtpToken in com.okta.sdk.resource.api
Methods in com.okta.sdk.resource.api that return UserFactorYubikeyOtpTokenModifier and TypeMethodDescriptionUserFactorApi.getYubikeyOtpTokenById
(String tokenId) Retrieve a YubiKey OTP Token Retrieves the specified YubiKey OTP Token by `id`UserFactorApi.getYubikeyOtpTokenById
(String tokenId, Map<String, String> additionalHeaders) Retrieve a YubiKey OTP Token Retrieves the specified YubiKey OTP Token by `id`UserFactorApi.uploadYubikeyOtpTokenSeed
(UploadYubikeyOtpTokenSeedRequest uploadYubikeyOtpTokenSeedRequest, String after, String expand, String filter, Boolean forDownload, Integer limit, String sortBy, String sortOrder) Upload a YubiKey OTP Seed Uploads a seed for a user to enroll a YubiKey OTPUserFactorApi.uploadYubikeyOtpTokenSeed
(UploadYubikeyOtpTokenSeedRequest uploadYubikeyOtpTokenSeedRequest, String after, String expand, String filter, Boolean forDownload, Integer limit, String sortBy, String sortOrder, Map<String, String> additionalHeaders) Upload a YubiKey OTP Seed Uploads a seed for a user to enroll a YubiKey OTPMethods in com.okta.sdk.resource.api that return types with arguments of type UserFactorYubikeyOtpTokenModifier and TypeMethodDescriptionUserFactorApi.listYubikeyOtpTokens
(String after, String expand, String filter, Boolean forDownload, Integer limit, String sortBy, String sortOrder) List all YubiKey OTP Tokens Lists all YubiKey OTP TokensUserFactorApi.listYubikeyOtpTokens
(String after, String expand, String filter, Boolean forDownload, Integer limit, String sortBy, String sortOrder, Map<String, String> additionalHeaders) List all YubiKey OTP Tokens Lists all YubiKey OTP Tokens -
Uses of UserFactorYubikeyOtpToken in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return UserFactorYubikeyOtpTokenModifier and TypeMethodDescriptionUserFactorYubikeyOtpToken.links
(UserFactorLinks links) UserFactorYubikeyOtpToken.putembeddedItem
(String key, Object embeddedItem) UserFactorYubikeyOtpToken.putprofileItem
(String key, Object profileItem) UserFactorYubikeyOtpToken.status
(UserFactorYubikeyOtpToken.StatusEnum status)