mz_
frontegg_
auth
0.0.0
In mz_
frontegg_
auth::
auth
Structs
AuthSessionHandle
AuthSessionIdent
Authenticator
AuthenticatorConfig
AuthenticatorInner
ClaimMetadata
Claims
ValidatedClaims
Enums
AuthSession
ClaimTokenType
Constants
DEFAULT_REFRESH_DROP_FACTOR
DEFAULT_REFRESH_DROP_LRU_CACHE_SIZE
MAX_USER_NAME_LENGTH
Functions
bool_as_str
is_email
validate_user
Type Aliases
AuthFuture
mz_frontegg_auth
::
auth
Type Alias
AuthFuture
Copy item path
Settings
Help
Summary
Source
type AuthFuture = dyn
Future
<Output =
Result
<
AuthSessionHandle
,
Error
>> +
Send
;