nulab / scala-oauth2-provider

OAuth 2.0 server-side implementation written in Scala

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AuthInfo 'clientId' field is optional, but perhaps shouldn't be?

jclyons opened this issue · comments

Just for clarification purposes, under what circumstances is the 'clientId' field of AuthInfo 'None' rather than 'Some(string)'?

That clarifies things greatly. Thanks!