Skip to content

Commit

Permalink
Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
kliu committed Feb 14, 2018
1 parent adaabc5 commit 25ee626
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,11 @@
import me.helloworld.utils.Checker;

/**
* Created by qimdeng on 1/10/18.
* An Single sign-on <a href="https://help.webex.com/docs/DOC-9143#reference_E9B2CEDE975E4CD311C56D9B0EF2476C">SSO</a> based authentication strategy used to authenticate a user on Cisco Spark.
*
* @see <a href="https://developer.ciscospark.com/authentication.html">Cisco Spark Integration</a>
* @since 1.3.0
*/

public class SSOAuthenticator implements Authenticator {
private static final String TAG = SSOAuthenticator.class.getSimpleName();

Expand Down

0 comments on commit 25ee626

Please sign in to comment.