I am using
Microsoft.Owin.Security.OAuth.OAuthAuthorizationServerOptions
to work with OAuth2 tokens. currently the token length is 256 characters, my client want it to be only 36 characters. is there a way to do this?
I am using
Microsoft.Owin.Security.OAuth.OAuthAuthorizationServerOptions
to work with OAuth2 tokens. currently the token length is 256 characters, my client want it to be only 36 characters. is there a way to do this?