Searched defs:errorUri (Results 1 – 3 of 3) sorted by relevance
50 @Nullable private final String errorUri; field in OAuthException52 OAuthException(String errorCode, @Nullable String errorDescription, @Nullable String errorUri) { in OAuthException()92 String errorUri = null; in createFromHttpResponseException() local
123 String error, @Nullable String errorDescription, @Nullable String errorUri) in buildHttpResponseException()
1034 String errorUri = "errorUri"; in exchangeExternalCredentialForAccessToken_throws() local