Class WhoamiResponse


  • public class WhoamiResponse
    extends Object
    Response for gets information about the owner of a given access token.
    • Field Detail

      • userId

        private String userId
        Required. The user id that owns the access token.
    • Constructor Detail

      • WhoamiResponse

        public WhoamiResponse()
    • Method Detail

      • getUserId

        public String getUserId()
      • setUserId

        public void setUserId​(String userId)