TokenValidityResponse

data class TokenValidityResponse(isValid: Boolean, exception: Exception?)

Functions

component1
Link copied to clipboard
common
operator fun component1(): Boolean
component2
Link copied to clipboard
common
operator fun component2(): Exception?
copy
Link copied to clipboard
common
fun copy(isValid: Boolean, exception: Exception? = null): TokenValidityResponse
equals
Link copied to clipboard
common
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open override fun hashCode(): Int
toString
Link copied to clipboard
common
open override fun toString(): String

Properties

exception
Link copied to clipboard
common
val exception: Exception? = null
isValid
Link copied to clipboard
common
val isValid: Boolean

Sources

(source)
Link copied to clipboard