pub async fn sources_plex_redeem_token_create(
configuration: &Configuration,
plex_token_redeem_request: PlexTokenRedeemRequest,
slug: Option<&str>,
) -> Result<RedirectChallenge, Error<SourcesPlexRedeemTokenCreateError>>
Expand description
Redeem a plex token, check it’s access to resources against what’s allowed for the source, and redirect to an authentication/enrollment flow.