Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
zachmann committed Mar 15, 2019
0 parents commit e2c2444
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions liboidcagent.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package liboidcagent

func getAccessToken(accountname string, min_valid_period uint64, scope string, application_hint string) (err bool, token string) {
err = false
token = ""
return err, token
}

0 comments on commit e2c2444

Please sign in to comment.