Get OAuth public key
Returns the Noona OAuth public key.
The public can be used to verify the signatures of identity tokens issued by Noona.
GET
/v1/hq/oauth/publickeyQuery Parameters
select?array<string>
expand?array<string>
Response Body
application/json
curl -X GET "https://api.noona.is/v1/hq/oauth/publickey"{
"kty": "RSA",
"use": "sig",
"kid": "1",
"n": "string",
"e": "string",
"alg": "RS256"
}