Skip to content
This repository was archived by the owner on Jul 3, 2023. It is now read-only.
This repository was archived by the owner on Jul 3, 2023. It is now read-only.

Trying to set up user login #600

Description

@Blargstomp404

Trying to setup user login, looked at the android Buy SDK to get an idea and im not sure if I got it right. Didn't help in the unity Buy SDK documentation.

private void CustomerLogin(string email, string password)
{
var input = new CustomerAccessTokenCreateInput(email, password);
ShopifyBuy.Client().Mutation(mutationQuery => mutationQuery
.customerAccessTokenCreate(query => query
.customerAccessToken(tokenQuery => tokenQuery.accessToken()),input),
(root, error) =>
{
Debug.Log(root);
});
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions