forked from remote/oauth2
Removing unnecessary option getters.
This commit is contained in:
5
jwt.go
5
jwt.go
@@ -59,11 +59,6 @@ type JWTConfig struct {
|
||||
cache Cache
|
||||
}
|
||||
|
||||
// Options returns JWT options.
|
||||
func (c *JWTConfig) Options() *JWTOptions {
|
||||
return c.opts
|
||||
}
|
||||
|
||||
// NewTransport creates a transport that is authorize with the
|
||||
// parent JWT configuration.
|
||||
func (c *JWTConfig) NewTransport() Transport {
|
||||
|
||||
Reference in New Issue
Block a user