File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -167,6 +167,7 @@ Use it to request Access token by using refresh token.
167
167
168
168
``` go
169
169
g := goic.New (" /auth/o8" , false )
170
+ // ... add providers
170
171
t := &goic.Token {RefreshToken: " your refresh token" , Provider : goic.Microsoft .Name }
171
172
tok , err := g.RefreshToken (t)
172
173
// Do something with tok.AccessToken
@@ -238,10 +239,10 @@ On successful verification your information is [echoed back](https://github.com/
238
239
---
239
240
# TODO
240
241
241
- - Support refresh token grant_type
242
- - Tests and more tests
243
- - Release stable version
244
- - ~~ Support OpenID ` Implicit Flow ` ~~ [ Check #3 ] ( https://github.com/adhocore/goic/issues/3 )
242
+ - [X] ~~ Support refresh token grant_type~~ [ Check # 2 ] ( https://github.com/adhocore/goic/issues/2 )
243
+ - [ ] Tests and more tests
244
+ - [ ] Release stable version
245
+ - [x] ~~ Support OpenID ` Implicit Flow ` ~~ [ Check #3 ] ( https://github.com/adhocore/goic/issues/3 )
245
246
246
247
## License
247
248
You can’t perform that action at this time.
0 commit comments