ADB2CEmbedWebView class

A widget that embeds the Azure AD B2C web view for authentication purposes.

Inheritance

Constructors

ADB2CEmbedWebView({Key? key, required String tenantBaseUrl, required String clientId, required String redirectUrl, required String userFlowName, required List<String> scopes, required ValueChanged<Token> onAccessToken, required ValueChanged<Token> onIDToken, required ValueChanged<Token> onRefreshToken, required List<OptionalParam> optionalParameters, dynamic onRedirect(BuildContext context)?, dynamic onErrorOrCancel(BuildContext context)?, ValueChanged<Token>? onAnyTokenRetrieved, Widget? loadingReplacement, Color webViewBackgroundColor = const Color(0x00000000), String? userAgent, String responseType = Constants.defaultResponseType})
const

Properties

clientId String
final
hashCode int
The hash code for this object.
no setterinherited
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
loadingReplacement Widget?
final
onAccessToken ValueChanged<Token>
final
onAnyTokenRetrieved ValueChanged<Token>?
final
onErrorOrCancel → (dynamic Function(BuildContext context)?)
final
onIDToken ValueChanged<Token>
final
onRedirect → (dynamic Function(BuildContext context)?)
final
onRefreshToken ValueChanged<Token>
final
optionalParameters List<OptionalParam>
final
redirectUrl String
final
responseType String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scopes List<String>
final
tenantBaseUrl String
final
userAgent String?
final
userFlowName String
final
webViewBackgroundColor Color
final

Methods

createElement() StatefulElement
Creates a StatefulElement to manage this widget's location in the tree.
inherited
createState() ADB2CEmbedWebViewState
Creates the mutable state for this widget at a given location in the tree.
override
debugDescribeChildren() List<DiagnosticsNode>
Returns a list of DiagnosticsNode objects describing this node's children.
inherited
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) DiagnosticsNode
Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep.
inherited
toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) String
A string representation of this object.
inherited
toStringDeep({String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a string representation of this node and its descendants.
inherited
toStringShallow({String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a one-line detailed description of the object.
inherited
toStringShort() String
A short, textual description of this widget.
inherited

Operators

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