Interface

Goa-1.0GoaOAuthBasedConstructorProps

interface ConstructorProps {
    consumer_key: string | null;
    consumer_secret: string | null;
    consumerKey: string | null;
    consumerSecret: string | null;
}

Hierarchy (View Summary)

Index

Properties

consumer_key: string | null
consumer_secret: string | null
consumerKey: string | null
consumerSecret: string | null