interface OauthClient {
    getCodeURL(): String;
    getTokenURL(): String;
}

Methods

  • Returns String

  • Returns String