Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.4 KB

Session.md

File metadata and controls

22 lines (17 loc) · 1.4 KB

kratos_api_dart.model.Session

Load the model package

import 'package:kratos_api_dart/api.dart';

Properties

Name Type Description Notes
active bool Active state. If false the session is no longer active. [optional]
authenticatedAt DateTime The Session Authentication Timestamp When this session was authenticated at. If multi-factor authentication was used this is the time when the last factor was authenticated (e.g. the TOTP code challenge was completed). [optional]
authenticationMethods BuiltList<SessionAuthenticationMethod> A list of authenticators which were used to authenticate the session. [optional]
authenticatorAssuranceLevel AuthenticatorAssuranceLevel [optional]
expiresAt DateTime The Session Expiry When this session expires at. [optional]
id String
identity Identity
issuedAt DateTime The Session Issuance Timestamp When this session was issued at. Usually equal or close to authenticated_at. [optional]

[Back to Model list] [Back to API list] [Back to README]