NodeCliAuthorizationConfiguration Interface

Client configuration to generate OIDC/OAuth tokens for command-line applications

Properties

Name Type Description
clientId Readonly string Client application's identifier as registered with the OIDC/OAuth2 provider.  
expiryBuffer Readonly undefined | number Time in seconds that's used as a buffer to check the token for validity/expiry.  
issuerUrl Readonly undefined | string The OAuth token issuer URL.  
redirectUri Readonly undefined | string Upon signing in, the client application receives a response from the Bentley IMS OIDC/OAuth2 provider at this URI  
scope Readonly string List of space separated scopes to request access to various resources.  
tokenStorePath Readonly undefined | string Directory path that overrides where the refresh token is stored, see TokenStore  

Defined in

Last Updated: 28 March, 2024