java.lang.Object
com.ringcentral.paths.restapi.oauth.userinfo.Index

public class Index extends Object
  • Field Details

  • Constructor Details

    • Index

      public Index(Index parent)
  • Method Details

    • path

      public String path()
    • path

      public String path(Boolean withParameter)
    • get

      OpenID Connect User Info endpoint, as defined by [OpenID Connect Core 1.0](https://openid.net/specs/openid-connect-core-1_0.html#UserInfo) specification. It returns Claims about the authenticated End-User.

      This is the version that uses HTTP `GET` method.

      HTTP Method: get Endpoint: /restapi/oauth/userinfo Rate Limit Group: Auth

      Throws:
      RestException
      IOException