ClientInfoResponseDtoAuthenticationSettings
Parameters
oauth
@param refreshTokenExpiryDays * @param accessTokenExpiryMinutes * @param setTempAccessSecret * @param disablePasswordStrengthCheck * @param maximumFailedLoginAttempts * @param jwt
Constructors
ClientInfoResponseDtoAuthenticationSettings
Link copied to clipboard
fun ClientInfoResponseDtoAuthenticationSettings(oauth: Boolean? = null, refreshTokenExpiryDays: Int? = null, accessTokenExpiryMinutes: Int? = null, setTempAccessSecret: Boolean? = null, disablePasswordStrengthCheck: Boolean? = null, maximumFailedLoginAttempts: Int? = null, jwt: Boolean? = null)
Content copied to clipboard
@param refreshTokenExpiryDays * @param accessTokenExpiryMinutes * @param setTempAccessSecret * @param disablePasswordStrengthCheck * @param maximumFailedLoginAttempts * @param jwt
Properties
accessTokenExpiryMinutes
Link copied to clipboard
@SerializedName(value = accessTokenExpiryMinutes)
Content copied to clipboard
disablePasswordStrengthCheck
Link copied to clipboard
@SerializedName(value = disablePasswordStrengthCheck)
Content copied to clipboard
maximumFailedLoginAttempts
Link copied to clipboard
@SerializedName(value = maximumFailedLoginAttempts)
Content copied to clipboard
refreshTokenExpiryDays
Link copied to clipboard
@SerializedName(value = refreshTokenExpiryDays)
Content copied to clipboard
setTempAccessSecret
Link copied to clipboard
@SerializedName(value = setTempAccessSecret)
Content copied to clipboard