Skip to main content

AuthOAuthFlowSnapshotUpdate

Type Alias AuthOAuthFlowSnapshotUpdate 

Source
pub type AuthOAuthFlowSnapshotUpdate<'a> = dyn FnMut(Option<&[u8]>) -> Result<Vec<u8>, RuntimeStoreError> + 'a;
Expand description

Transactional updater for the runtime-owned OAuth login-flow payload snapshot.