Class ObaOauthController

  • All Implemented Interfaces:
    ObaOauthApi

    @RestController
    @RequestMapping("/oauth")
    public class ObaOauthController
    extends Object
    implements ObaOauthApi
    • Constructor Detail

      • ObaOauthController

        public ObaOauthController()
    • Method Detail

      • oauthCode

        public org.springframework.http.ResponseEntity<de.adorsys.ledgers.middleware.api.domain.oauth.OauthCodeResponseTO> oauthCode​(String login,
                                                                                                                                     String pin,
                                                                                                                                     String redirectUri)
        Specified by:
        oauthCode in interface ObaOauthApi
      • oauthToken

        public org.springframework.http.ResponseEntity<de.adorsys.ledgers.middleware.api.domain.um.BearerTokenTO> oauthToken​(String code)
        Specified by:
        oauthToken in interface ObaOauthApi