OidcReadOnlyStoreExt extension

on

Methods

get(OidcStoreNamespace namespace, {required String key, String? managerId}) Future<String?>

Available on OidcReadOnlyStore, provided by the OidcReadOnlyStoreExt extension

gets a single key from a namespace.
getCurrentFrontChannelLogoutRequest() Future<String?>

Available on OidcReadOnlyStore, provided by the OidcReadOnlyStoreExt extension

Gets the current
getCurrentNonce({String? managerId}) Future<String?>

Available on OidcReadOnlyStore, provided by the OidcReadOnlyStoreExt extension

Gets the current state from the session namespace. Gets the current nonce from the session namespace.
getStateData(String state) Future<String?>

Available on OidcReadOnlyStore, provided by the OidcReadOnlyStoreExt extension

Gets the stateData (value) of a state (key).
getStateResponseData(String state) Future<String?>

Available on OidcReadOnlyStore, provided by the OidcReadOnlyStoreExt extension

Gets the stateData (value) of a state (key).
getStatesWithResponses() Future<Map<String, ({String stateData, String stateResponse})>>

Available on OidcReadOnlyStore, provided by the OidcReadOnlyStoreExt extension