Commit 5ae0518
committed
feat: update Go SDK to accept auth session interface (#1488)
This change alters the Go SDK client struct to accept an interface
instead of the AuthSession. The interface allows for custom
implementations of the RTL package, but since the existing AuthSession
fulfills the new interface (its based on the Do method from the current
AuthSession after all) this change will be completely transparent to
those who are currently using the current AuthSession.1 parent a89299a commit 5ae0518
1 file changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
371 | 371 | | |
372 | 372 | | |
373 | 373 | | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
374 | 378 | | |
375 | | - | |
| 379 | + | |
376 | 380 | | |
377 | 381 | | |
378 | | - | |
| 382 | + | |
379 | 383 | | |
380 | 384 | | |
381 | 385 | | |
| |||
0 commit comments