LinkedInIdentityProvider constructor

LinkedInIdentityProvider({
  1. String buttonText,
  2. String client_id,
  3. String client_secret,
  4. String scope,
})

Implementation

LinkedInIdentityProvider(
    {this.buttonText, this.client_id, this.client_secret, this.scope});