Overload List

  NameDescription
getRequestUrl(String, String, Boolean, Boolean)
Creates the request URL to be used to retrieve an AuthSub token. On success, the user will be redirected to the continue URL with the AuthSub token appended to the URL. Use getTokenFromReply(String) to retrieve the token from the reply.
getRequestUrl(String, String, String, Boolean, Boolean)
Creates the request URL to be used to retrieve an AuthSub token. On success, the user will be redirected to the continue URL with the AuthSub token appended to the URL. Use getTokenFromReply(String) to retrieve the token from the reply.
getRequestUrl(String, String, String, String, Boolean, Boolean)
Creates the request URL to be used to retrieve an AuthSub token. On success, the user will be redirected to the continue URL with the AuthSub token appended to the URL. Use getTokenFromReply(String) to retrieve the token from the reply.
getRequestUrl(String, String, String, String, String, Boolean, Boolean)
Creates the request URL to be used to retrieve an AuthSub token. On success, the user will be redirected to the continue URL with the AuthSub token appended to the URL. Use getTokenFromReply(String) to retrieve the token from the reply.
getRequestUrl(String, String, String, String, String, String, Boolean, Boolean)
Creates the request URL to be used to retrieve an AuthSub token. On success, the user will be redirected to the continue URL with the AuthSub token appended to the URL. Use getTokenFromReply(String) to retrieve the token from the reply.

See Also