Class JwtTokenAuthenticationInfo

java.lang.Object
com.sap.cds.services.authentication.JwtTokenAuthenticationInfo
All Implemented Interfaces:
AuthenticationInfo
Direct Known Subclasses:
JwtTokenWithForwardJwtAuthenticationInfo

public class JwtTokenAuthenticationInfo extends Object implements AuthenticationInfo
Representation of an OAuth2 JWT Token authentication
  • Constructor Details

    • JwtTokenAuthenticationInfo

      public JwtTokenAuthenticationInfo(String token)
  • Method Details

    • getToken

      public String getToken()
      Returns:
      the OAuth2 JWT Token