Session is the method to get session. Permissions: authorized user
(ctx context.Context, params *model.SessionQueryRequest)
| 155 | // Session is the method to get session. |
| 156 | // Permissions: authorized user |
| 157 | Session(ctx context.Context, params *model.SessionQueryRequest) (*model.AuthResponse, error) |
| 158 | // SignUp is the method to SignUp. |
| 159 | // Permissions: none |
| 160 | SignUp(ctx context.Context, params *model.SignUpRequest) (*model.AuthResponse, error) |
no outgoing calls