Type alias RequestStateObject

RequestStateObject: {
    libraryState: LibraryStateObject;
    userRequestState: string;
}

Type which defines the stringified and encoded object sent to the service in the authorize request.

Type declaration

Generated using TypeDoc