Liking cljdoc? Tell your friends :D

mattermost-clj.api.o-auth


oauth-apps-app-id-deleteclj

(oauth-apps-app-id-delete app-id)

Delete an OAuth app Delete and unregister an OAuth 2.0 client application

Permissions

If app creator, must have mange_oauth permission otherwise manage_system_wide_oauth permission is required.

Delete an OAuth app
  Delete and unregister an OAuth 2.0 client application 
##### Permissions
If app creator, must have `mange_oauth` permission otherwise `manage_system_wide_oauth` permission is required.
raw docstring

oauth-apps-app-id-delete-with-http-infoclj

(oauth-apps-app-id-delete-with-http-info app-id)

Delete an OAuth app Delete and unregister an OAuth 2.0 client application

Permissions

If app creator, must have mange_oauth permission otherwise manage_system_wide_oauth permission is required.

Delete an OAuth app
  Delete and unregister an OAuth 2.0 client application 
##### Permissions
If app creator, must have `mange_oauth` permission otherwise `manage_system_wide_oauth` permission is required.
raw docstring

oauth-apps-app-id-getclj

(oauth-apps-app-id-get app-id)

Get an OAuth app Get an OAuth 2.0 client application registered with Mattermost.

Permissions

If app creator, must have mange_oauth permission otherwise manage_system_wide_oauth permission is required.

Get an OAuth app
  Get an OAuth 2.0 client application registered with Mattermost.
##### Permissions
If app creator, must have `mange_oauth` permission otherwise `manage_system_wide_oauth` permission is required.
raw docstring

oauth-apps-app-id-get-with-http-infoclj

(oauth-apps-app-id-get-with-http-info app-id)

Get an OAuth app Get an OAuth 2.0 client application registered with Mattermost.

Permissions

If app creator, must have mange_oauth permission otherwise manage_system_wide_oauth permission is required.

Get an OAuth app
  Get an OAuth 2.0 client application registered with Mattermost.
##### Permissions
If app creator, must have `mange_oauth` permission otherwise `manage_system_wide_oauth` permission is required.
raw docstring

oauth-apps-app-id-info-getclj

(oauth-apps-app-id-info-get app-id)

Get info on an OAuth app Get public information about an OAuth 2.0 client application registered with Mattermost. The application's client secret will be blanked out.

Permissions

Must be authenticated.

Get info on an OAuth app
  Get public information about an OAuth 2.0 client application registered with Mattermost. The application's client secret will be blanked out.
##### Permissions
Must be authenticated.
raw docstring

oauth-apps-app-id-info-get-with-http-infoclj

(oauth-apps-app-id-info-get-with-http-info app-id)

Get info on an OAuth app Get public information about an OAuth 2.0 client application registered with Mattermost. The application's client secret will be blanked out.

Permissions

Must be authenticated.

Get info on an OAuth app
  Get public information about an OAuth 2.0 client application registered with Mattermost. The application's client secret will be blanked out.
##### Permissions
Must be authenticated.
raw docstring

oauth-apps-app-id-putclj

(oauth-apps-app-id-put app-id)
(oauth-apps-app-id-put app-id optional-params)

Update an OAuth app Update an OAuth 2.0 client application based on OAuth struct.

Permissions

If app creator, must have mange_oauth permission otherwise manage_system_wide_oauth permission is required.

Update an OAuth app
  Update an OAuth 2.0 client application based on OAuth struct.
##### Permissions
If app creator, must have `mange_oauth` permission otherwise `manage_system_wide_oauth` permission is required.
raw docstring

oauth-apps-app-id-put-with-http-infoclj

(oauth-apps-app-id-put-with-http-info app-id)
(oauth-apps-app-id-put-with-http-info app-id {:keys [inline-object-61]})

Update an OAuth app Update an OAuth 2.0 client application based on OAuth struct.

Permissions

If app creator, must have mange_oauth permission otherwise manage_system_wide_oauth permission is required.

Update an OAuth app
  Update an OAuth 2.0 client application based on OAuth struct.
##### Permissions
If app creator, must have `mange_oauth` permission otherwise `manage_system_wide_oauth` permission is required.
raw docstring

oauth-apps-app-id-regen-secret-postclj

(oauth-apps-app-id-regen-secret-post app-id)

Regenerate OAuth app secret Regenerate the client secret for an OAuth 2.0 client application registered with Mattermost.

Permissions

If app creator, must have mange_oauth permission otherwise manage_system_wide_oauth permission is required.

Regenerate OAuth app secret
  Regenerate the client secret for an OAuth 2.0 client application registered with Mattermost.
##### Permissions
If app creator, must have `mange_oauth` permission otherwise `manage_system_wide_oauth` permission is required.
raw docstring

oauth-apps-app-id-regen-secret-post-with-http-infoclj

(oauth-apps-app-id-regen-secret-post-with-http-info app-id)

Regenerate OAuth app secret Regenerate the client secret for an OAuth 2.0 client application registered with Mattermost.

Permissions

If app creator, must have mange_oauth permission otherwise manage_system_wide_oauth permission is required.

Regenerate OAuth app secret
  Regenerate the client secret for an OAuth 2.0 client application registered with Mattermost.
##### Permissions
If app creator, must have `mange_oauth` permission otherwise `manage_system_wide_oauth` permission is required.
raw docstring

oauth-apps-getclj

(oauth-apps-get)
(oauth-apps-get optional-params)

Get OAuth apps Get a page of OAuth 2.0 client applications registered with Mattermost.

Permissions

With manage_oauth permission, the apps registered by the logged in user are returned. With manage_system_wide_oauth permission, all apps regardless of creator are returned.

Get OAuth apps
  Get a page of OAuth 2.0 client applications registered with Mattermost.
##### Permissions
With `manage_oauth` permission, the apps registered by the logged in user are returned. With `manage_system_wide_oauth` permission, all apps regardless of creator are returned.
raw docstring

oauth-apps-get-with-http-infoclj

(oauth-apps-get-with-http-info)
(oauth-apps-get-with-http-info {:keys [page per-page]})

Get OAuth apps Get a page of OAuth 2.0 client applications registered with Mattermost.

Permissions

With manage_oauth permission, the apps registered by the logged in user are returned. With manage_system_wide_oauth permission, all apps regardless of creator are returned.

Get OAuth apps
  Get a page of OAuth 2.0 client applications registered with Mattermost.
##### Permissions
With `manage_oauth` permission, the apps registered by the logged in user are returned. With `manage_system_wide_oauth` permission, all apps regardless of creator are returned.
raw docstring

oauth-apps-postclj

(oauth-apps-post)
(oauth-apps-post optional-params)

Register OAuth app Register an OAuth 2.0 client application with Mattermost as the service provider.

Permissions

Must have manage_oauth permission.

Register OAuth app
  Register an OAuth 2.0 client application with Mattermost as the service provider.
##### Permissions
Must have `manage_oauth` permission.
raw docstring

oauth-apps-post-with-http-infoclj

(oauth-apps-post-with-http-info)
(oauth-apps-post-with-http-info {:keys [inline-object-60]})

Register OAuth app Register an OAuth 2.0 client application with Mattermost as the service provider.

Permissions

Must have manage_oauth permission.

Register OAuth app
  Register an OAuth 2.0 client application with Mattermost as the service provider.
##### Permissions
Must have `manage_oauth` permission.
raw docstring

users-user-id-oauth-apps-authorized-getclj

(users-user-id-oauth-apps-authorized-get user-id)
(users-user-id-oauth-apps-authorized-get user-id optional-params)

Get authorized OAuth apps Get a page of OAuth 2.0 client applications authorized to access a user's account.

Permissions

Must be authenticated as the user or have edit_other_users permission.

Get authorized OAuth apps
  Get a page of OAuth 2.0 client applications authorized to access a user's account.
##### Permissions
Must be authenticated as the user or have `edit_other_users` permission.
raw docstring

users-user-id-oauth-apps-authorized-get-with-http-infoclj

(users-user-id-oauth-apps-authorized-get-with-http-info user-id)
(users-user-id-oauth-apps-authorized-get-with-http-info user-id
                                                        {:keys [page per-page]})

Get authorized OAuth apps Get a page of OAuth 2.0 client applications authorized to access a user's account.

Permissions

Must be authenticated as the user or have edit_other_users permission.

Get authorized OAuth apps
  Get a page of OAuth 2.0 client applications authorized to access a user's account.
##### Permissions
Must be authenticated as the user or have `edit_other_users` permission.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close