@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00") public interface AuthenticatorSettings extends ExtensibleResource
Modifier and Type | Method and Description |
---|---|
AllowedForEnum |
getAllowedFor() |
String |
getAppInstanceId() |
ChannelBinding |
getChannelBinding() |
Compliance |
getCompliance() |
Integer |
getTokenLifetimeInMinutes() |
UserVerificationEnum |
getUserVerification() |
AuthenticatorSettings |
setAllowedFor(AllowedForEnum allowedFor) |
AuthenticatorSettings |
setAppInstanceId(String appInstanceId) |
AuthenticatorSettings |
setChannelBinding(ChannelBinding channelBinding) |
AuthenticatorSettings |
setCompliance(Compliance compliance) |
AuthenticatorSettings |
setTokenLifetimeInMinutes(Integer tokenLifetimeInMinutes) |
AuthenticatorSettings |
setUserVerification(UserVerificationEnum userVerification) |
getResourceHref, setResourceHref
getBoolean, getInteger, getIntegerList, getNumber, getNumberList, getString, getStringList
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
AllowedForEnum getAllowedFor()
AuthenticatorSettings setAllowedFor(AllowedForEnum allowedFor)
String getAppInstanceId()
AuthenticatorSettings setAppInstanceId(String appInstanceId)
ChannelBinding getChannelBinding()
AuthenticatorSettings setChannelBinding(ChannelBinding channelBinding)
Compliance getCompliance()
AuthenticatorSettings setCompliance(Compliance compliance)
Integer getTokenLifetimeInMinutes()
AuthenticatorSettings setTokenLifetimeInMinutes(Integer tokenLifetimeInMinutes)
UserVerificationEnum getUserVerification()
AuthenticatorSettings setUserVerification(UserVerificationEnum userVerification)
Copyright © 2017–2023 Okta. All rights reserved.