Interface AuthCodeParameters

组装获取code的URL的参数

interface AuthCodeParameters {
    auth_url: string;
    client_id: string;
    redirect_url: string;
    scopes: string[];
    state: string;
}

Properties

auth_url: string

apply for the address of the code from the oauth server

client_id: string

client id

redirect_url: string

redirect address

scopes: string[]

authorization scopes

state: string

state