Interface SecurityOauthAuthenticateHandler


public interface SecurityOauthAuthenticateHandler
OAuth认证处理器接口.

用于处理特定grant type的OAuth认证流程,不同的实现类对应不同的认证方式, 如密码模式、授权码模式等.

Author:
Liu,Dongdong
  • Method Summary

    Modifier and Type
    Method
    Description
    authenticate(jakarta.servlet.http.HttpServletRequest request)
     
     
  • Method Details

    • getGrantType

      String getGrantType()
    • authenticate

      LoginUser authenticate(jakarta.servlet.http.HttpServletRequest request)