interface OAuthConfigs {
    apple?: AppleOAuthConfig;
    google?: GoogleOAuthConfig;
    line?: LineOAuthConfig;
    twitter?: TwitterOAuthConfig;
}

Properties

apple oauth config

google oauth config

line oauth config

twitter oauth config

Generated using TypeDoc