Interface IdTokenProvider


public interface IdTokenProvider
  • Method Summary

    Modifier and Type
    Method
    Description
    getIdToken(String clientId, org.apache.cxf.rs.security.oauth2.common.UserSubject authenticatedUser, List<String> scopes)
     
  • Method Details

    • getIdToken

      IdToken getIdToken(String clientId, org.apache.cxf.rs.security.oauth2.common.UserSubject authenticatedUser, List<String> scopes)