auth_client library Null safety

Classes

AuthClient
AuthClientCreateOptions
AuthClientLoginOptions
AuthPayload
AuthResponse
AuthResponseFailure
AuthResponseSuccess
DelegationWithSignature
FromStorageResult
InternetIdentityAuthRequest

Constants

IDENTITY_PROVIDER_DEFAULT → const String
'https://identity.ic0.app'
IDENTITY_PROVIDER_ENDPOINT → const String
'#authorize'
KEY_LOCALSTORAGE_DELEGATION → const String
'delegation'
KEY_LOCALSTORAGE_KEY → const String
'identity'

Functions

parseStringToU8a(String str) Uint8List

Typedefs

AuthFunction = Future<String> Function(AuthPayload paylod)