linkedin_login library

Classes

AuthorizationCodeResponse
This class will store code, state, access token and error if there is it State represents unique set of characters that will be used for security reasons Code that you will exchange for access token later Error property will be filled up if flow catch any of errors
AuthorizationFailedAction
AuthorizationSucceededAction
EmailAddressScope
EmailScope
EnrichedUser
ExceptionAction
LinkedAction
LinkedInAuthCodeWidget
This class is responsible to fetch all information for user after we get token and code from LinkedIn Please look at documentation for minimum SDK version if you are using useVirtualDisplay by default library is using Hybrid Composition which requires minSdkVersion to be 19
LinkedInButtonStandardWidget
Class will generate standard flutter button, but with properties you can modify look of the button Also, you don't need to use this widget, you can use standard button widget
LinkedInPreferredLocal
Helper children subclass
LinkedInTokenObject
When you get authorization code, you need to exchange to get access token Expires in is time, when your access token will be invalid
LinkedInUser
LinkedInUserModel
LinkedInUserWidget
This class is responsible to fetch all information for user after we get token and code from LinkedIn Please look at documentation for minimum SDK version if you are using useVirtualDisplay by default library is using Hybrid Composition which requires minSdkVersion to be 19
LiteProfileScope
OpenIdScope
ProfileScope
Scope
Gives you ability to introduce scope whatever you think its needed.
UserFailedAction
UserSucceededAction