Files
cloudpods/docs/identity/auth_v2.yaml
2019-06-29 15:22:39 +08:00

17 lines
396 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
post:
summary: keystone v2认证接口通过用户名密码或者token认证
parameters:
- name: auth
in: body
required: true
schema:
type: object
$ref: "../schemas/auth.yaml#/Auth2Input"
responses:
200:
description: keystone v2认证信息
schema:
$ref: "../schemas/auth.yaml#/Auth2Response"
tags:
- authentication