Table of Contents¶
nimbleclient.v1.api.trusted_oauth_issuers¶
TrustedOauthIssuer¶
class TrustedOauthIssuer(Resource)
Oauth Credential Issuers that this device will trust.
Parameters
- id : Identifier for the trusted oauth issuer record.
- name : Issuer ID string.
- jwks_url : The URL from which the device will download the public key set for signature verification.
- key_set : List of public keys for verifying signatures.