flutter_lwa_platform_interface library Null safety
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
- Scope
- ScopeFactory
Constants
-
ErrorTypeValues
→ const Map<
ERROR_TYPE, int> -
{ERROR_TYPE.INVALID_TOKEN : 1, ERROR_TYPE.INVALID_GRANT : 2, ERROR_TYPE.INVALID_CLIENT : 3, ERROR_TYPE.INVALID_SCOPE : 4, ERROR_TYPE.UNAUTHORIZED_CLIENT : 5, ERROR_TYPE.WEBVIEW_SSL : 6, ERROR_TYPE.ACC…
- package_name → const String
-
'flutter_lwa'
-
ProfileKeyValues
→ const Map<
PROFILE_KEY, String> -
{PROFILE_KEY.NAME : 'name', PROFILE_KEY.EMAIL : 'email', PROFILE_KEY.USER_ID : 'user_id', PROFILE_KEY.POSTAL_CODE : 'postal_code'}
Properties
Functions
-
cast<
T> (dynamic x) → T?