We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25faa92 commit aa9adc5Copy full SHA for aa9adc5
token/driver/tms.go
@@ -95,7 +95,4 @@ type TokenManagerServiceProvider interface {
95
// If the public parameters in the options are identical to those in the current TMS, then nothing happens.
96
// If a TMS does not exist for the given options, one is created with the given public parameters.
97
Update(options ServiceOptions) error
98
-
99
- // Configurations returns the current TMS configurations.
100
- Configurations() ([]Configuration, error)
101
}
0 commit comments