Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1.59 KB

SelfServiceLoginFlow.md

File metadata and controls

26 lines (21 loc) · 1.59 KB

kratos_api_dart.model.SelfServiceLoginFlow

Load the model package

import 'package:kratos_api_dart/api.dart';

Properties

Name Type Description Notes
active IdentityCredentialsType [optional]
createdAt DateTime CreatedAt is a helper struct field for gobuffalo.pop. [optional]
expiresAt DateTime ExpiresAt is the time (UTC) when the flow expires. If the user still wishes to log in, a new flow has to be initiated.
id String
issuedAt DateTime IssuedAt is the time (UTC) when the flow started.
refresh bool Refresh stores whether this login flow should enforce re-authentication. [optional]
requestUrl String RequestURL is the initial URL that was requested from Ory Kratos. It can be used to forward information contained in the URL's path or query for example.
requestedAal AuthenticatorAssuranceLevel [optional]
returnTo String ReturnTo contains the requested return_to URL. [optional]
type String The flow type can either be api or browser.
ui UiContainer
updatedAt DateTime UpdatedAt is a helper struct field for gobuffalo.pop. [optional]

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