OidcMacOS class
The MacOS implementation of OidcPlatform
.
- Inheritance
-
- Object
- PlatformInterface
- OidcMacOS
Constructors
Properties
- appAuth → FlutterAppAuth
-
the FlutterAppAuth instance.
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getAllowInsecureConnections(
OidcPlatformSpecificOptions options) → bool -
gets the allowInsecureConnections
inherited
-
getAuthorizationResponse(
OidcProviderMetadata metadata, OidcAuthorizeRequest request, OidcPlatformSpecificOptions options, Map< String, dynamic> preparationResult) → Future<OidcAuthorizeResponse?> -
Returns the authorization response.
may throw an
OidcException
.inherited -
getEndSessionResponse(
OidcProviderMetadata metadata, OidcEndSessionRequest request, OidcPlatformSpecificOptions options, Map< String, dynamic> preparationResult) → Future<OidcEndSessionResponse?> -
Returns the end session response for an RP initiated logout request.
may throw an
OidcException
.inherited -
getPreferEphemeralSession(
OidcPlatformSpecificOptions options) → bool -
gets the
preferEphemeralSession
parameter from options. -
listenToFrontChannelLogoutRequests(
Uri listenOn, OidcFrontChannelRequestListeningOptions options) → Stream< OidcFrontChannelLogoutIncomingRequest> -
Listens to incoming front channel logout requests.
returns an empty stream on non-supported platforms.
inherited
-
monitorSessionStatus(
{required Uri checkSessionIframe, required OidcMonitorSessionStatusRequest request}) → Stream< OidcMonitorSessionResult> -
starts monitoring the session status.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
prepareForRedirectFlow(
OidcPlatformSpecificOptions options) → Map< String, dynamic> -
prepares the platform to handle a redirect flow
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
registerWith(
) → void -
Registers this class as the default instance of
OidcPlatform