Skip to content

No way to find out if Authenticator is waiting or failed #32

@Esam-Bustaty

Description

@Esam-Bustaty

All examples that use authentication have something like:

while (!service.Authenticator.CanAuthenticate())
    yield return null;

The problem is that if an error has happened this will wait indefinitely, the co-routine never ends, and I cannot display a message for the user.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions