Interface ImsService


  • public interface ImsService
    • Method Detail

      • validateJwtAccessToken

        @Deprecated
        boolean validateJwtAccessToken​(String jwtAccessToken)
        Deprecated.
        this will be removed as JWT token exchange is deprecated
        Checks that the jwt access token is still valid.
        Parameters:
        jwtAccessToken - the jwt token to check
        Returns:
        true if the provided access token is still valid, false otherwise
      • getAccessToken

        AccessToken getAccessToken()
        Looking up the contextual Workspace, it will use either the OAuth or JWT authentication context to fetch a valid access token.
        Returns:
        AccessToken a valid API authentication token