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

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

There is a newer version: 6.0.0
Show newest version
package com.stytch.java.common

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy