solid_auth_client library

Solid client management.

Copyright (C) 2025, Software Innovation Institute, ANU.

Licensed under the MIT License (the "License").

License: https://choosealicense.com/licenses/mit/.

Authors: Anushka Vidanage

Properties

authManager ↔ AuthManager
Initialise authentication manager
getter/setter pair
currPlatform PlatformInfo
To get platform information
getter/setter pair

Functions

authenticate(Uri issuerUri, List<String> scopes, BuildContext context) Future<Map>
The authentication function
clientDynamicReg(String regEndpoint, List reidirUrlList, String authMethod, List scopes) Future<String>
Dynamically register the user in the POD server
genDpopToken(String endPointUrl, KeyPair rsaKeyPair, dynamic publicKeyJwk, String httpMethod) String
Generate dPoP token for the authentication
genRsaKeyPair() Future<Map>
Generate RSA key pair for the authentication
logout(dynamic logoutUrl) Future<bool>