flutter_lwa_platform_interface library
Classes
- GenericScope
- LwaAuthorizeResult
- The response from LWA APIs.
- LwaPlatform
- The interface that implementations of flutter_lwa must implement.
- LwaUser
- The response from LwaUser.
- MethodChannelLwa
- An implementation of LwaPlatform that uses method channels.
- ProfileScope
- ProofKeyParameters
- Scope
- ScopeFactory
Enums
Extensions
Constants
- CODE_CHALLENGE_ARGUMENT → const String
- CODE_CHALLENGE_METHOD_ARGUMENT → const String
-
ErrorTypeValues
→ const Map<
ERROR_TYPE, int> - GETPROFILE_ARGUMENT → const String
- GETTOKEN_ARGUMENT → const String
- GRANT_TYPE_ARGUMENT → const String
- packageName → const String
-
ProfileKeyValues
→ const Map<
PROFILE_KEY, String> - PROOFKEY_PARAMETERS_ARGUMENT → const String
- SCOPES_ARGUMENT → const String
- SIGNIN_ARGUMENT → const String
- SIGNOUT_ARGUMENT → const String
Properties
- log → Logger
-
final
Functions
-
cast<
T> (dynamic x) → T?