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" ?