menu
better_auth_flutter package
documentation
plugins/jwt.dart
JwtKeyResponse
JwtKeyResponse.new const constructor
JwtKeyResponse.new const constructor
dark_mode
light_mode
JwtKeyResponse
constructor
const
JwtKeyResponse
(
{
required
List
<
JwtKey
>
keys
,
})
Implementation
const factory JwtKeyResponse({required List<JwtKey> keys}) = _JwtKeyResponse;
better_auth_flutter package
documentation
plugins/jwt
JwtKeyResponse
JwtKeyResponse.new const constructor
JwtKeyResponse class