pub async fn retrieve_jwt_public_key(
    configuration: &Configuration,
    key_id: Option<&str>,
    application_id: Option<&str>
) -> Result<PublicKeyResponse, Error<RetrieveJwtPublicKeyError>>
Expand description

Retrieves the Public Key configured for verifying JSON Web Tokens (JWT) by the key Id (kid). OR Retrieves the Public Key configured for verifying the JSON Web Tokens (JWT) issued by the Login API by the Application Id.