new BookmarkApplication()
Properties:
| Name | Type | Description | 
|---|---|---|
name | 
            
            object | |
settings | 
            
            BookmarkApplicationSettings | 
Extends
Methods
- 
    
assignUserToApplication(appUser)
 - 
    
    
    
    
    
        
Parameters:
Name Type Description appUserAppUser - Inherited From:
 
Returns:
- Type
 - Promise.<AppUser>
 
 - 
    
cloneApplicationKey(keyId, queryParameters)
 - 
    
    
    
    
    
        
Parameters:
Name Type Description keyIdstring queryParametersobject - Inherited From:
 
Returns:
- Type
 - Promise.<JsonWebKey>
 
 - 
    
createApplicationGroupAssignment(groupId, applicationGroupAssignment)
 - 
    
    
    
    
    
        
Parameters:
Name Type Description groupIdstring applicationGroupAssignmentApplicationGroupAssignment - Inherited From:
 
Returns:
- Type
 - Promise.<ApplicationGroupAssignment>
 
 - 
    
generateCsr(csrMetadata)
 - 
    
    
    
    
    
        
Parameters:
Name Type Description csrMetadataCsrMetadata - Inherited From:
 
Returns:
- Type
 - Promise.<Csr>
 
 - 
    
generateKey(queryParameters)
 - 
    
    
    
    
    
        
Parameters:
Name Type Description queryParametersobject - Inherited From:
 
Returns:
- Type
 - Promise.<JsonWebKey>
 
 - 
    
getApplicationGroupAssignment(groupId, queryParameters)
 - 
    
    
    
    
    
        
Parameters:
Name Type Description groupIdstring queryParametersobject - Inherited From:
 
Returns:
- Type
 - Promise.<ApplicationGroupAssignment>
 
 - 
    
getApplicationKey(keyId)
 - 
    
    
    
    
    
        
Parameters:
Name Type Description keyIdstring - Inherited From:
 
Returns:
- Type
 - Promise.<JsonWebKey>
 
 - 
    
getApplicationUser(userId, queryParameters)
 - 
    
    
    
    
    
        
Parameters:
Name Type Description userIdstring queryParametersobject - Inherited From:
 
Returns:
- Type
 - Promise.<AppUser>
 
 - 
    
getCsr(csrId)
 - 
    
    
    
    
    
        
Parameters:
Name Type Description csrIdstring - Inherited From:
 
Returns:
- Type
 - Promise.<Csr>
 
 - 
    
getOAuth2Token(tokenId, queryParameters)
 - 
    
    
    
    
    
        
Parameters:
Name Type Description tokenIdstring queryParametersobject - Inherited From:
 
Returns:
- Type
 - Promise.<OAuth2Token>
 
 - 
    
getScopeConsentGrant(grantId, queryParameters)
 - 
    
    
    
    
    
        
Parameters:
Name Type Description grantIdstring queryParametersobject - Inherited From:
 
Returns:
- Type
 - Promise.<OAuth2ScopeConsentGrant>
 
 - 
    
grantConsentToScope(oAuth2ScopeConsentGrant)
 - 
    
    
    
    
    
        
Parameters:
Name Type Description oAuth2ScopeConsentGrantOAuth2ScopeConsentGrant - Inherited From:
 
Returns:
- Type
 - Promise.<OAuth2ScopeConsentGrant>
 
 - 
    
listApplicationUsers(queryParameters)
 - 
    
    
    
    
    
        
Parameters:
Name Type Description queryParametersobject - Inherited From:
 
Returns:
A collection that will yield AppUser instances.- Type
 - Promise.<Collection>
 
 - 
    
listCsrs()
 - 
    
    
    
    
    
    
- Inherited From:
 
Returns:
A collection that will yield Csr instances.- Type
 - Promise.<Collection>
 
 - 
    
listGroupAssignments(queryParameters)
 - 
    
    
    
    
    
        
Parameters:
Name Type Description queryParametersobject - Inherited From:
 
Returns:
A collection that will yield ApplicationGroupAssignment instances.- Type
 - Promise.<Collection>
 
 - 
    
listKeys()
 - 
    
    
    
    
    
    
- Inherited From:
 
Returns:
A collection that will yield JsonWebKey instances.- Type
 - Promise.<Collection>
 
 - 
    
listOAuth2Tokens(queryParameters)
 - 
    
    
    
    
    
        
Parameters:
Name Type Description queryParametersobject - Inherited From:
 
Returns:
A collection that will yield OAuth2Token instances.- Type
 - Promise.<Collection>
 
 - 
    
listScopeConsentGrants(queryParameters)
 - 
    
    
    
    
    
        
Parameters:
Name Type Description queryParametersobject - Inherited From:
 
Returns:
A collection that will yield OAuth2ScopeConsentGrant instances.- Type
 - Promise.<Collection>
 
 - 
    
publishBinaryCerCert(csrId, string)
 - 
    
    
    
    
    
        
Parameters:
Name Type Description csrIdstring stringstring - Inherited From:
 
Returns:
- Type
 - Promise.<JsonWebKey>
 
 - 
    
publishBinaryDerCert(csrId, string)
 - 
    
    
    
    
    
        
Parameters:
Name Type Description csrIdstring stringstring - Inherited From:
 
Returns:
- Type
 - Promise.<JsonWebKey>
 
 - 
    
publishBinaryPemCert(csrId, string)
 - 
    
    
    
    
    
        
Parameters:
Name Type Description csrIdstring stringstring - Inherited From:
 
Returns:
- Type
 - Promise.<JsonWebKey>
 
 - 
    
publishCerCert(csrId, string)
 - 
    
    
    
    
    
        
Parameters:
Name Type Description csrIdstring stringstring - Inherited From:
 
Returns:
- Type
 - Promise.<JsonWebKey>
 
 - 
    
publishDerCert(csrId, string)
 - 
    
    
    
    
    
        
Parameters:
Name Type Description csrIdstring stringstring - Inherited From:
 
Returns:
- Type
 - Promise.<JsonWebKey>
 
 - 
    
revokeCsr(csrId)
 - 
    
    
    
    
    
        
Parameters:
Name Type Description csrIdstring - Inherited From:
 
 - 
    
revokeOAuth2TokenForApplication(tokenId)
 - 
    
    
    
    
    
        
Parameters:
Name Type Description tokenIdstring - Inherited From:
 
 - 
    
revokeScopeConsentGrant(grantId)
 - 
    
    
    
    
    
        
Parameters:
Name Type Description grantIdstring - Inherited From:
 
 - 
    
update()
 - 
    
    
    
    
    
    
- Inherited From:
 
Returns:
- Type
 - Promise.<Application>