Skip to content
This repository has been archived by the owner on Aug 26, 2021. It is now read-only.

AuthenticationController documentation is wrong. #425

Open
rnstewart opened this issue Aug 21, 2020 · 2 comments
Open

AuthenticationController documentation is wrong. #425

rnstewart opened this issue Aug 21, 2020 · 2 comments

Comments

@rnstewart
Copy link

The documentation claims that AuthenticationController can be created like this:

let authenticationController = AuthenticationController(client: vimeoClient)

But it actually requires two more parameters:

        let authenticationController = AuthenticationController(
            client: vimeoClient,
            appConfiguration: appConfiguration,
            configureSessionManagerBlock: configureSessionManagerBlock
        )

Can you provide some information on those parameters and how to create them?

@AnushkaMishra
Copy link

Hello, any update on this?

@DoctorShredd
Copy link

Same issue. Cant get it to work without these parameters. Some guidance and/or documentation is needed here, please.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants