Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 594 Bytes

SelfServiceLogoutUrl.md

File metadata and controls

16 lines (11 loc) · 594 Bytes

kratos_api_dart.model.SelfServiceLogoutUrl

Load the model package

import 'package:kratos_api_dart/api.dart';

Properties

Name Type Description Notes
logoutToken String LogoutToken can be used to perform logout using AJAX.
logoutUrl String LogoutURL can be opened in a browser to sign the user out. format: uri

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