raen79/authentication

View on GitHub
app/models/swaggard/user_registered_response.rb

Summary

Maintainability
A
0 mins
Test Coverage
# @attr [integer] id
# @attr [string] email
# @attr [string] student_id
# @attr [string] lecturer_id
# @attr [string] jwt
class UserRegisteredResponse
end