RequestStateObject type
Type which defines the stringified and encoded object sent to the service in the authorize request.
type RequestStateObject = {
libraryState: LibraryStateObject
userRequestState: string
}
このブラウザーはサポートされなくなりました。
Microsoft Edge にアップグレードすると、最新の機能、セキュリティ更新プログラム、およびテクニカル サポートを利用できます。
Type which defines the stringified and encoded object sent to the service in the authorize request.
type RequestStateObject = {
libraryState: LibraryStateObject
userRequestState: string
}