trusted jwt issuer id
trusted jwt issuer object
a promise that resolves to an trusted jwt issuer object
Create an empty OAuth2 trusted jwt issuer export template
an empty OAuth2 trusted jwt issuer export template
Delete OAuth2 trusted jwt issuer
trusted jwt issuer id
a promise that resolves to an trusted jwt issuer object
Delete all OAuth2 trusted jwt issuers
a promise that resolves to an array of trusted jwt issuer objects
Export OAuth2 trusted jwt issuer by ID
oauth2 trusted jwt issuer id
Optional
options: OAuth2TrustedJwtIssuerExportOptionsexport options
export data
Export all OAuth2 trusted jwt issuers
Optional
options: OAuth2TrustedJwtIssuerExportOptionsexport options
export data
Get OAuth2 trusted jwt issuer
trusted jwt issuer id
a promise that resolves to an trusted jwt issuer object
since v2.0.0 use readOAuth2TrustedJwtIssuer instead
readOAuth2TrustedJwtIssuer(issuerId: string): Promise<OAuth2TrustedJwtIssuerSkeleton>
Get all OAuth2 trusted jwt issuers
a promise that resolves to an array of trusted jwt issuer objects
since v2.0.0 use readOAuth2TrustedJwtIssuers instead
readOAuth2TrustedJwtIssuers(): Promise<OAuth2TrustedJwtIssuerSkeleton[]>
Import first OAuth2 Client
import data
Optional
options: OAuth2TrustedJwtIssuerImportOptionsimport options
a promise resolving to an oauth2 trusted jwt issuer
Import OAuth2 Client by ID
trusted jwt issuer id
import data
Optional
options: OAuth2TrustedJwtIssuerImportOptionsimport options
a promise resolving to an oauth2 trusted jwt issuer
Import OAuth2 Clients
import data
Optional
options: OAuth2TrustedJwtIssuerImportOptionsimport options
a promise resolving to an array of oauth2 trusted jwt issuers
Put OAuth2 trusted jwt issuer
trusted jwt issuer id
trusted jwt issuer object
a promise that resolves to an trusted jwt issuer object
since v2.0.0 use updateOAuth2TrustedJwtIssuer or createOAuth2TrustedJwtIssuer instead
updateOAuth2TrustedJwtIssuer(issuerId: string, issuerData: OAuth2TrustedJwtIssuerSkeleton): Promise<OAuth2TrustedJwtIssuerSkeleton>
createOAuth2TrustedJwtIssuer(issuerId: string, issuerData: OAuth2TrustedJwtIssuerSkeleton): Promise<OAuth2TrustedJwtIssuerSkeleton>
Read OAuth2 trusted jwt issuer
trusted jwt issuer id
a promise that resolves to an trusted jwt issuer object
Read all OAuth2 trusted jwt issuers
a promise that resolves to an array of trusted jwt issuer objects
Update or create OAuth2 trusted jwt issuer
trusted jwt issuer id
trusted jwt issuer object
a promise that resolves to an trusted jwt issuer object
Create OAuth2 trusted jwt issuer