Skip to content

Instantly share code, notes, and snippets.

@HamidMosalla
Created December 6, 2017 14:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save HamidMosalla/aba4d0d15bbfac5ec661b48307d54618 to your computer and use it in GitHub Desktop.
Save HamidMosalla/aba4d0d15bbfac5ec661b48307d54618 to your computer and use it in GitHub Desktop.
public static IEnumerable<ApiResource> GetApiResources()
{
return new List<ApiResource>
{
new ApiResource("Api1", "Protected Api")
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment