@RestController @MiddlewareResetResource @RequestMapping(value="/oauth") public class OauthResources extends Object implements OauthRestApi
BASE_PATH| Constructor and Description |
|---|
OauthResources() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<OauthCodeResponseTO> |
oauthCode(String redirectUri) |
org.springframework.http.ResponseEntity<OauthCodeResponseTO> |
oauthCode(String login,
String pin,
String redirectUri) |
org.springframework.http.ResponseEntity<OauthServerInfoTO> |
oauthServerInfo() |
org.springframework.http.ResponseEntity<BearerTokenTO> |
oauthToken(GrantTypeTO grantType,
String code) |
public org.springframework.http.ResponseEntity<OauthCodeResponseTO> oauthCode(String login, String pin, String redirectUri)
oauthCode in interface OauthRestApipublic org.springframework.http.ResponseEntity<OauthCodeResponseTO> oauthCode(String redirectUri)
oauthCode in interface OauthRestApipublic org.springframework.http.ResponseEntity<BearerTokenTO> oauthToken(GrantTypeTO grantType, String code)
oauthToken in interface OauthRestApipublic org.springframework.http.ResponseEntity<OauthServerInfoTO> oauthServerInfo()
oauthServerInfo in interface OauthRestApiCopyright © 2020. All rights reserved.