java.lang.Object
com.ringcentral.paths.wellknown.openidconfiguration.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

      Returns OpenID Connect provider configuration.

      This endpoint follows the [OpenID Connect Discovery 1.0](https://openid.net/specs/openid-connect-discovery-1_0.html#ProviderMetadata) specification. It provides a mechanism for an OpenID Connect Relying Party to discover the End-User's OpenID Provider and obtain information needed to interact with it, including its OAuth 2.0 endpoint locations.

      HTTP Method: get Endpoint: /.well-known/openid-configuration Rate Limit Group: NoThrottling

      Throws:
      RestException
      IOException