Serialized Form
-
Package ai.yda.framework.channel.shared
-
Class ai.yda.framework.channel.shared.TokenAuthentication
class TokenAuthentication extends org.springframework.security.authentication.AbstractAuthenticationToken implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
keyHash
int keyHash
A hash of the key, used to verify the integrity of the token. -
principal
Object principal
The principal (e.g., username) associated with the authentication token.
-
-
Exception Class ai.yda.framework.channel.shared.TokenAuthenticationException
class TokenAuthenticationException extends org.springframework.security.core.AuthenticationException implements Serializable
-