Skip to content
This repository was archived by the owner on Jun 18, 2024. It is now read-only.
This repository was archived by the owner on Jun 18, 2024. It is now read-only.

how to detect Action Back Button and False Block ??? #101

@ishrek

Description

@ishrek

` [authenticationContext acquireTokenWithResource:kOffice_365_API_Discovery clientId:clientId redirectUri:redirectUri completionBlock:^(ADAuthenticationResult *result) {

        [[UIApplication sharedApplication] beginIgnoringInteractionEvents];

        switch (result.status) {
            case AD_SUCCEEDED:
               break;
            case AD_USER_CANCELLED:
                break;
            case AD_FAILED:
                // Authentication failed -
                break;
        }
    }];`

I debug in this code discovered one problem is : when login fasle and action Back Button (in View Login One Drive) are running in the AD_FAILED case. how to detect the action back button ???. Please help me

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions