You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we later need to fetch additional information about a saved video, we may need to also save a reference to the credentials that were originally used for fetching the video.
Normally an instance of VideoPickerValue would be serialized as:
We already save a reference about the provider, but a single solutions may use multiple accounts (credentials) of a given provider.
Saving a reference to the credentials would help tracing back with credentials that were used for fetching the video details. Since we shouldn't save or expose any sensitive information about the credentials, the format could look something like this:
Whenever we save the details about a video, it may be useful to also save a reference to the credentials that were used for retrieving the video - eg. if we later need to fetch additional information about the video.
Implements #6
If we later need to fetch additional information about a saved video, we may need to also save a reference to the credentials that were originally used for fetching the video.
Normally an instance of
VideoPickerValue
would be serialized as:We already save a reference about the provider, but a single solutions may use multiple accounts (credentials) of a given provider.
Saving a reference to the credentials would help tracing back with credentials that were used for fetching the video details. Since we shouldn't save or expose any sensitive information about the credentials, the format could look something like this:
The text was updated successfully, but these errors were encountered: