LinkedInAuthCodeWidget constructor
const
LinkedInAuthCodeWidget({
- required ValueChanged<
AuthorizationSucceededAction> ? onGetAuthCode, - required String? redirectUrl,
- required String? clientId,
- required ValueChanged<
AuthorizationFailedAction> onError, - bool destroySession = false,
- String? frontendRedirectUrl,
- AppBar? appBar,
- bool useVirtualDisplay = false,
- List<
Scope> scope = const [OpenIdScope(), EmailScope(), ProfileScope()], - Key? key,
Implementation
const LinkedInAuthCodeWidget({
required this.onGetAuthCode,
required this.redirectUrl,
required this.clientId,
required this.onError,
this.destroySession = false,
this.frontendRedirectUrl,
this.appBar,
this.useVirtualDisplay = false,
this.scope = const [
OpenIdScope(),
EmailScope(),
ProfileScope(),
],
super.key,
});