ClientInfoResponseDtoAuthenticationSettings

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

Parameters

oauth
  • @param refreshTokenExpiryDays * @param accessTokenExpiryMinutes * @param setTempAccessSecret * @param disablePasswordStrengthCheck * @param maximumFailedLoginAttempts * @param jwt

Constructors

fun ClientInfoResponseDtoAuthenticationSettings(oauth: Boolean? = null, refreshTokenExpiryDays: Int? = null, accessTokenExpiryMinutes: Int? = null, setTempAccessSecret: Boolean? = null, disablePasswordStrengthCheck: Boolean? = null, maximumFailedLoginAttempts: Int? = null, jwt: Boolean? = null)
  • @param refreshTokenExpiryDays * @param accessTokenExpiryMinutes * @param setTempAccessSecret * @param disablePasswordStrengthCheck * @param maximumFailedLoginAttempts * @param jwt

Properties

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

refreshTokenExpiryDays
Link copied to clipboard
@SerializedName(value = refreshTokenExpiryDays)
val refreshTokenExpiryDays: Int? = null
setTempAccessSecret
Link copied to clipboard
@SerializedName(value = setTempAccessSecret)
val setTempAccessSecret: Boolean? = null