public class CasdoorAuthService extends Object
| Constructor and Description |
|---|
CasdoorAuthService(CasdoorConfig casdoorConfig) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMyProfileUrl(String accessToken) |
String |
getMyProfileUrl(String accessToken,
String returnUrl) |
String |
getOAuthToken(String code,
String state) |
String |
getSigninUrl(String redirectUrl) |
String |
getSignupUrl() |
String |
getSignupUrl(String redirectUrl) |
String |
getUserProfileUrl(String username,
String accessToken) |
String |
getUserProfileUrl(String username,
String accessToken,
String returnUrl) |
CasdoorUser |
parseJwtToken(String token) |
public CasdoorAuthService(CasdoorConfig casdoorConfig)
Copyright © 2022. All rights reserved.