AccountChallengeInput
账户质询输入
input AccountChallengeInput {
name: String!
scopes: [String!]
registration: CreateAccountUserInput
apply: ApplyTokenInput
}
Fields
AccountChallengeInput.name ● String! non-null scalar
质询名称
AccountChallengeInput.scopes ● [String!] list scalar
根据作用域签发令牌的作用域列表
AccountChallengeInput.registration ● CreateAccountUserInput input
账户注册信息
AccountChallengeInput.apply ● ApplyTokenInput input
申请令牌信息
Member Of
accountChallenge query