Skip to content

Commit

Permalink
Development (#172)
Browse files Browse the repository at this point in the history
* update login widget section in readme

* changing initializer to public (#171)
  • Loading branch information
gtaban authored Feb 13, 2019
1 parent 3cc3667 commit 6012c7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class delegate : AuthorizationDelegate {
AppID.sharedInstance.loginWidget?.launch(delegate: delegate())
```
**Note**:
* The Login widget default configuration use Facebook and Google as authentication options. If you configure only one of them the login widget will *not* launch and the user is redirected to the configured identity provder authentication screen.
* By default, App ID is configured to use Facebook, Google, and Cloud Directory as identity providers. If you change your identity provider settings to provide only one option, then the Login Widget is not needed and will not display. The user is directed to your chosen identity provider's authentication screen.
* When using Cloud Directory, and "Email verification" is configured to *not* allow users to sign-in without email verification, then the "onAuthorizationSuccess" of the "AuthorizationListener" will be invoked without tokens.


Expand Down
2 changes: 1 addition & 1 deletion Source/IBMCloudAppID/api/AppID.swift
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public class AppID {
static public let REGION_GERMANY = "https://eu-de.appid.cloud.ibm.com"
static public let REGION_TOKYO = "https://jp-tok.appid.cloud.ibm.com"

internal init() {}
public init() {}

/**
Intializes the App ID instance
Expand Down

0 comments on commit 6012c7e

Please sign in to comment.