rest_get_authenticated_app_password()

最后更新于:2021-11-27 23:35:55

rest_get_authenticated_app_password()

Gets the Application Password used for authenticating the request.

响应

(string|null) The App Password UUID, or null if Application Passwords was not used.

源文件

文件: gc-includes/rest-api.php

function rest_get_authenticated_app_password() {
	global $gc_rest_application_password_uuid;

	return $gc_rest_application_password_uuid;
}