java.lang.Object
com.ringcentral.paths.restapi.oauth.jwks.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

      public JWKeySet get() throws RestException, IOException
      Returns the signing key(s) in JWK Set format. Client use it to validate signatures of any JWT (e.g. OpenID Connect ID Token) issued by the Authorization Server (see [RFC-7517](https://www.rfc-editor.org/rfc/rfc7517.html#section-5))

      HTTP Method: get Endpoint: /restapi/oauth/jwks Rate Limit Group: NoThrottling

      Throws:
      RestException
      IOException