ProfileIdentifierVerificationResult
Result of verifying an authenticated member profile identifier
type ProfileIdentifierVerificationResult {
success: Boolean!
member: Member
errors: [String!]!
}
Result of verifying an authenticated member profile identifier
type ProfileIdentifierVerificationResult {
success: Boolean!
member: Member
errors: [String!]!
}
ProfileIdentifierVerificationResult.success ● Boolean! non-null scalarProfileIdentifierVerificationResult.member ● Member objectProfileIdentifierVerificationResult.errors ● [String!]! non-null scalar