client id
oauth2client object
a promise that resolves to an oauth2client object
Create an empty OAuth2 client export template
an empty OAuth2 client export template
Delete OAuth2 client
client id
a promise that resolves to an oauth2client object
Delete all OAuth2 clients
a promise that resolves to an array of oauth2client objects
Export OAuth2 client by ID
oauth2 client id
Optional
options: OAuth2ClientExportOptionsexport options
export data
Export all OAuth2 clients
Optional
options: OAuth2ClientExportOptionsexport options
export data
Get OAuth2 client
client id
a promise that resolves to an oauth2client object
since v2.0.0 use readOAuth2Client instead
readOAuth2Client(clientId: string): Promise<OAuth2ClientSkeleton>
Get all OAuth2 clients
a promise that resolves to an array of oauth2client objects
since v2.0.0 use readOAuth2Clients instead
readOAuth2Clients(): Promise<OAuth2ClientSkeleton[]>
Import first OAuth2 Client
import data
Optional
options: OAuth2ClientImportOptionsimport options
a promise resolving to an oauth2 client
Import OAuth2 Client by ID
client id
import data
Optional
options: OAuth2ClientImportOptionsimport options
a promise resolving to an oauth2 client
Import OAuth2 Clients
import data
Optional
options: OAuth2ClientImportOptionsimport options
a promise resolving to an array of oauth2 clients
Put OAuth2 client
client id
oauth2client object
a promise that resolves to an oauth2client object
since v2.0.0 use updateOAuth2Client or createOAuth2Client instead
updateOAuth2Client(clientId: string, clientData: OAuth2ClientSkeleton): Promise<OAuth2ClientSkeleton>
createOAuth2Client(clientId: string, clientData: OAuth2ClientSkeleton): Promise<OAuth2ClientSkeleton>
Read OAuth2 client
client id
a promise that resolves to an oauth2client object
Read all OAuth2 clients
a promise that resolves to an array of oauth2client objects
Update or create OAuth2 client
client id
oauth2client object
a promise that resolves to an oauth2client object
Create OAuth2 client