-
Notifications
You must be signed in to change notification settings - Fork 738
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Base64Url format #1129
Labels
Comments
@jianghaolu I've assigned this to you for the Java implementation, but please re-assign to someone else if they're going to end up doing this work. |
Thanks @tbombach |
@jianghaolu there are issues with the solution when generating the code.
Error for not accepting byte[] in the constructor of Base64Url:
|
This is tracked in Azure/azure-sdk-for-go#2111. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
AutoRest modeler supports a base64url format for string types. This is implemented in some languages, but requires serialization/deserialization code in some remaining languages.
This issue: #805 tracked the changes needed in the modeler. It was implemented in C# in this PR: #878
Here is the specification for Base64Url format: https://tools.ietf.org/html/rfc4648#page-7
The text was updated successfully, but these errors were encountered: