Test run of new docs
This commit is contained in:
63
docs/reference-security-saml_logout.asciidoc
Normal file
63
docs/reference-security-saml_logout.asciidoc
Normal file
@ -0,0 +1,63 @@
|
||||
[[reference-security-saml_logout]]
|
||||
|
||||
////////
|
||||
===========================================================================================================================
|
||||
|| ||
|
||||
|| ||
|
||||
|| ||
|
||||
|| ██████╗ ███████╗ █████╗ ██████╗ ███╗ ███╗███████╗ ||
|
||||
|| ██╔══██╗██╔════╝██╔══██╗██╔══██╗████╗ ████║██╔════╝ ||
|
||||
|| ██████╔╝█████╗ ███████║██║ ██║██╔████╔██║█████╗ ||
|
||||
|| ██╔══██╗██╔══╝ ██╔══██║██║ ██║██║╚██╔╝██║██╔══╝ ||
|
||||
|| ██║ ██║███████╗██║ ██║██████╔╝██║ ╚═╝ ██║███████╗ ||
|
||||
|| ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝╚═════╝ ╚═╝ ╚═╝╚══════╝ ||
|
||||
|| ||
|
||||
|| ||
|
||||
|| This file is autogenerated, DO NOT send pull requests that changes this file directly. ||
|
||||
|| You should update the script that does the generation, which can be found in: ||
|
||||
|| https://github.com/elastic/elastic-client-generator-js ||
|
||||
|| ||
|
||||
|| You can run the script with the following command: ||
|
||||
|| npm run elasticsearch -- --version <version> ||
|
||||
|| ||
|
||||
|| ||
|
||||
|| ||
|
||||
===========================================================================================================================
|
||||
////////
|
||||
|
||||
[discrete]
|
||||
=== client.security.samlLogout
|
||||
|
||||
Logout of SAML. Submits a request to invalidate an access token and refresh token.
|
||||
|
||||
{ref}/security-api-saml-logout.html[{es} documentation]
|
||||
|
||||
[discrete]
|
||||
==== Function signature
|
||||
|
||||
[source,ts]
|
||||
----
|
||||
(SecuritySamlLogoutRequest, options?): Promise<SecuritySamlLogoutResponse>
|
||||
----
|
||||
|
||||
[discrete]
|
||||
===== `SecuritySamlLogoutRequest`
|
||||
|
||||
[source,ts]
|
||||
----
|
||||
interface SecuritySamlLogoutRequest extends <<shared-type-request-base, RequestBase>> {
|
||||
token: string
|
||||
refresh_token?: string
|
||||
}
|
||||
----
|
||||
|
||||
[discrete]
|
||||
===== `SecuritySamlLogoutResponse`
|
||||
|
||||
[source,ts]
|
||||
----
|
||||
interface SecuritySamlLogoutResponse {
|
||||
redirect: string
|
||||
}
|
||||
----
|
||||
|
||||
Reference in New Issue
Block a user