Interface

Goa-1.0GoaOAuth2BasedConstructorProps

interface ConstructorProps {
    client_id: string | null;
    client_secret: string | null;
    clientId: string | null;
    clientSecret: string | null;
}

Hierarchy (View Summary)

Index

Properties

client_id: string | null
client_secret: string | null
clientId: string | null
clientSecret: string | null