Uses of Class
com.okta.sdk.resource.model.UserFactorYubikeyOtpToken
-
Uses of UserFactorYubikeyOtpToken in com.okta.sdk.resource.api
Modifier 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 OTPModifier 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
Modifier and TypeMethodDescriptionUserFactorYubikeyOtpToken.links
(UserFactorLinks links) UserFactorYubikeyOtpToken.putembeddedItem
(String key, Object embeddedItem) UserFactorYubikeyOtpToken.putprofileItem
(String key, Object profileItem) UserFactorYubikeyOtpToken.status
(UserFactorYubikeyOtpToken.StatusEnum status)