-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SSDK-1906]In the function of OAuthWebViewAuthenticator, the order of…
… redirectUri and scope are reversed.
- Loading branch information
1 parent
9c01740
commit d633678
Showing
2 changed files
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
app/src/main/java/com/cisco/sparksdk/kitchensink/login/TokenAuthenticator.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
package com.cisco.sparksdk.kitchensink.login; | ||
|
||
/** | ||
* Created by qimdeng on 3/26/18. | ||
*/ | ||
|
||
public class TokenAuthenticator { | ||
} |