getEndSessionResponse abstract method
Returns the end session response for an RP initiated logout request.
may throw an OidcException.
Implementation
Future<OidcEndSessionResponse?> getEndSessionResponse(
OidcProviderMetadata metadata,
OidcEndSessionRequest request,
OidcPlatformSpecificOptions options,
Map<String, dynamic> preparationResult,
);