LinkedInConfig class

LinkedIn configuration class

clientId is required, you can get it from your LinkedIn developer account clientSecret is required, you can get it from your LinkedIn developer account redirectUrl is required, you can get it from your LinkedIn developer account scopes is optional, you can pass any scopes

initialUrl is used to initialize the LinkedIn API

Constructors

LinkedInConfig({required String clientId, required String clientSecret, required String redirectUrl, List<String> scopes = const ['openid', 'profile', 'email']})

Properties

clientId String
final
clientSecret String
final
hashCode int
The hash code for this object.
no setterinherited
initialUrl String
no setter
redirectUrl String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scopes List<String>
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited