Skip to content

Commit

Permalink
Remove TODO about making SelectedAuthScheme SdkPublicApi
Browse files Browse the repository at this point in the history
  • Loading branch information
gosar committed Oct 4, 2023
1 parent 2ef8dde commit 90f0c39
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@

/**
* A container for the identity resolver, signer and auth option that we selected for use with this service call attempt.
*
* TODO(sra-identity-auth): Should this be made public? People might treat it as such anyway so that they can change the
* identity, signer or options from the interceptors. They're doing that already with the existing execution attributes.
*/
@SdkProtectedApi
public final class SelectedAuthScheme<T extends Identity> {
Expand Down

0 comments on commit 90f0c39

Please sign in to comment.