RequestStateObject type

定义在授权请求中发送到服务的字符串化和编码对象的类型。

type RequestStateObject = {
  libraryState: LibraryStateObject
  userRequestState: string
}