Okta.Sdk.Model.AuthenticationMethod

October 22, 2025 ยท View on GitHub

Properties

NameTypeDescriptionNotes
HardwareProtectionstringIndicates if any secrets or private keys used during authentication must be hardware protected and not exportable. This property is only set for `POSSESSION` constraints.[optional] [default to HardwareProtectionEnum.OPTIONAL]
IdstringAn ID that identifies the authenticator[optional]
KeystringA label that identifies the authenticator
MethodstringSpecifies the method used for the authenticator
PhishingResistantstringIndicates if phishing-resistant Factors are required. This property is only set for `POSSESSION` constraints[optional] [default to PhishingResistantEnum.OPTIONAL]
UserVerificationstringIndicates if a user is required to be verified with a verification method.[optional] [default to UserVerificationEnum.OPTIONAL]
UserVerificationMethodsList<string>Indicates which methods can be used for user verification. `userVerificationMethods` can only be used when `userVerification` is `REQUIRED`. `BIOMETRICS` is currently the only supported method.[optional]

[Back to Model list] [Back to API list] [Back to README]