Provides the public elements of the key

This API provides information on the public elements of the key in use for token signing.

  • As part of the request we need to pass Application Id which is configured.
  • Returns public key that can be used to verify the signatures of tokens that you receive from your authorization server.
  • See the OAuth2 spec https://oauth.net/2/
  • Language