Interface RequestCodeOutput

This is the output of the request-code endpoint.

interface RequestCodeOutput {
    code: string;
}

Properties

Properties

code: string

The code that can be used to request an access token.