ClientInfoResponseDtoAuthenticationSettings

data class ClientInfoResponseDtoAuthenticationSettings(val oauth: Boolean? = null, val refreshTokenExpiryDays: Int? = null, val accessTokenExpiryMinutes: Int? = null, val setTempAccessSecret: Boolean? = null, val disablePasswordStrengthCheck: Boolean? = null, val maximumFailedLoginAttempts: Int? = null, val jwt: Boolean? = null)

Parameters

oauth
refreshTokenExpiryDays
accessTokenExpiryMinutes
setTempAccessSecret
disablePasswordStrengthCheck
maximumFailedLoginAttempts
jwt

Constructors

constructor(oauth: Boolean? = null, refreshTokenExpiryDays: Int? = null, accessTokenExpiryMinutes: Int? = null, setTempAccessSecret: Boolean? = null, disablePasswordStrengthCheck: Boolean? = null, maximumFailedLoginAttempts: Int? = null, jwt: Boolean? = null)

Properties

Link copied to clipboard
@SerializedName(value = "accessTokenExpiryMinutes")
val accessTokenExpiryMinutes: Int? = null
Link copied to clipboard
@SerializedName(value = "disablePasswordStrengthCheck")
val disablePasswordStrengthCheck: Boolean? = null
Link copied to clipboard
@SerializedName(value = "jwt")
val jwt: Boolean? = null
Link copied to clipboard
@SerializedName(value = "maximumFailedLoginAttempts")
val maximumFailedLoginAttempts: Int? = null
Link copied to clipboard
@SerializedName(value = "oauth")
val oauth: Boolean? = null
Link copied to clipboard
@SerializedName(value = "refreshTokenExpiryDays")
val refreshTokenExpiryDays: Int? = null
Link copied to clipboard
@SerializedName(value = "setTempAccessSecret")
val setTempAccessSecret: Boolean? = null