Options
All
  • Public
  • Public/Protected
  • All
Menu

Response element returned from the XSUAA service's /token_key endpoint. Value holds the key that is used for verifying JWTs.

Hierarchy

  • TokenKey

Index

Properties

algorithm: string

Encryption algorithm, e.g. RSA256.

keyId: string

ID of the key.

keyType: string

Key type, e.g. RSA.

publicKeyExponent: string

RSA key exponent.

publicKeyModulus: string

RSA key modulus.

use: string

Public key use parameter - identifies intended use of the public key.

value: string

The actual key.

Copyright Ⓒ 2023 SAP SE or an SAP affiliate company. All rights reserved.