All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.com.stytch.java.common.ParseJWTClaimsOptions.kt Maven / Gradle / Ivy

package com.stytch.java.common

internal data class ParseJWTClaimsOptions(
    val leeway: Int,
    val maxTokenAgeSeconds: Int? = null,
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy