[ Web Proxy ]
URL:
Viewing: https://zoom.github.io/rivet-javascript/modules/../interfaces/Video_SDK.StateStore.html [Back]  [Original]

StateStore | @zoom/rivet

Interface StateStore

StateStore defines methods for generating and verifying OAuth state.

This interface is implemented internally for the default state store; however, it can also be implemented and passed to an OAuth client as well.

interface StateStore {
generateState(): MaybePromise<string>;
verifyState(state: string): MaybePromise<void>;
}

Methods

Copyright © 2024 Zoom Video Communications, Inc.


Web Proxy Viewer  |  New URL  |  Original Page