interface communityLogin {
    external_key: externalKey;
    use_local_key: boolean;
    user: string;
}

Properties

external_key: externalKey
use_local_key: boolean
user: string

Generated using TypeDoc