contentAuthTokenToPlayerStep
fun contentAuthTokenToPlayerStep(context: PlatformContext): SuspendableStep<Result<ContentAuthorizationToken, Error>, Result<ComposablePlayer, Error>>
contentAuth token to PlayerStep to return ComposablePlayer
Return
Result.Success with ContentAuthorizationToken and ComposablePlayer or Result.Failure with Error object otherwise
Parameters
context
application context