Skip to content

Commit

Permalink
doc: PR comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JPPortier committed Nov 27, 2023
1 parent 69ecad7 commit 64e9e4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/main/com/sinch/sdk/core/http/AuthManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

public interface AuthManager {

// expected schemes identifier defined at OAS files level
String SCHEMA_KEYWORD_BEARER = "Bearer";
String SCHEMA_KEYWORD_BASIC = "Basic";

Expand Down

0 comments on commit 64e9e4f

Please sign in to comment.