Skip to content

Different delegate methods for each Credentials plugin #42

@crspybits

Description

@crspybits

For the Google credentials, the CredentialsGoogleOptions.userProfileDelegate is currently defined as

public static let userProfileDelegate = "userProfileDelegate"

However, since the options seems scoped across all plugins (i.e., in the options property of a Credentials object), could CredentialsGoogleOptions.userProfileDelegate be defined as:

public static let userProfileDelegate = "googleUserProfileDelegate" ?

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